Various minor fixes

This commit is contained in:
askiiart 2024-07-10 14:29:31 -05:00
parent e8242b0ad0
commit 92bede480f
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
4 changed files with 11 additions and 7 deletions

View file

@ -13,7 +13,7 @@ if command_exists "apt-get"; then
sudo dpkg -i steam.deb
elif command_exists "dnf"; then
sudo dnf install steam -y
sudo dnf install appimagelauncher qt5-qtbase-gui -y
sudo dnf install appimagelauncher qt5-qtbase-gui lutris protontricks -y
mkdir $HOME/Applications
cd $HOME/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 -