Add missing appimages for void

This commit is contained in:
askiiart 2024-04-18 08:33:31 -05:00
parent 6199ce3d88
commit f5f010edd6
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
4 changed files with 9 additions and 2 deletions

View file

@ -36,7 +36,6 @@ elif command_exists "xbps-install"; then
mkdir ~/Applications
cd ~/Applications
curl -LO $(curl -s https://api.github.com/repos/TheAssassin/AppImageLauncher/releases/latest | grep "browser_download_url.*appimagelauncher_.*-x86_64.AppImage" | cut -d : -f 2,3 | tr -d \") -C -
curl -LO $(curl -s https://api.github.com/repos/DavidoTek/ProtonUp-Qt/releases/latest | grep "browser_download_url.*ProtonUp-Qt-.*-x86_64.AppImage" | head --lines 1 | cut -d : -f 2,3 | tr -d \") -C -
cd -
echo "AppImageLauncher is in ~/Applications, deal with it yourself or update this script"
else