Add missing appimages for void
This commit is contained in:
parent
6199ce3d88
commit
f5f010edd6
4 changed files with 9 additions and 2 deletions
|
@ -31,6 +31,9 @@ elif command_exists "yay"; then
|
|||
elif command_exists "xbps-install"; then
|
||||
sudo xbps-install steam gperftools gperftools-32bit
|
||||
# missing: protonup-qt
|
||||
cd ~/Applications
|
||||
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 -
|
||||
else
|
||||
echo "IDK"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue