Replace wget with curl for Steam Deck support #59

Merged
Skitals merged 5 commits from patch-1 into main 2022-04-17 22:13:25 +02:00

5 commits

Author SHA1 Message Date
Skitals
7644ebef94
fix backtick 2022-04-16 09:49:06 -04:00
Skitals
7871e20748
move url to variable 2022-04-15 18:59:36 -04:00
Skitals
c6d29eea6c
if no wget fail silently before trying curl 2022-04-15 18:51:24 -04:00
Skitals
7e61fe3a06
Update AppRun 2022-04-15 18:38:44 -04:00
Skitals
97b7923a39
Replace wget with curl for Steam Deck support
wget is not included in SteamOS and not easy to install because the file system is read-only by default and any changes will get wiped by the next system update. This is the only instance where wget is used, curl is used extensively in appimage.sh.
2022-04-12 08:56:43 -04:00