Filip Tehlar | 31eaea9 | 2023-06-15 10:06:57 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
Florin Coras | f26bbea | 2023-12-21 19:18:25 -0800 | [diff] [blame] | 3 | wget https://github.com/stunnel/static-curl/releases/download/8.5.0/curl-static-amd64-8.5.0.tar.xz |
4 | tar -xvf ./curl-static-amd64-8.5.0.tar.xz | ||||
5 | cp curl /usr/bin/curl |