Install protonup with yay

This commit is contained in:
askiiart 2023-10-20 12:07:04 -05:00
parent 5113a45cbd
commit 082694d35a
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67

View file

@ -18,11 +18,7 @@ elif command_exists "yay"; then
read -p "Enable the multilib repo in /etc/pacman.conf - look above" read -p "Enable the multilib repo in /etc/pacman.conf - look above"
sudo $EDITOR /etc/pacman.conf sudo $EDITOR /etc/pacman.conf
yay -S steam --noconfirm --needed yay -S steam --noconfirm --needed
yay -S appimagelauncher --noconfirm --needed yay -S protonup-qt-bin dosbox inotify-tools timidity scummvm xdotool xwinfo yad --noconfirm --needed
mkdir $HOME/Applications
curl $(curl -s https://api.github.com/repos/DavidoTek/ProtonUp-Qt/releases/latest | grep "browser_download_url.*ProtonUp-Qt-.*-x86_64.AppImage" | cut -d : -f 2,3 | tr -d \") -LO
mv ProtonUp*.AppImage $HOME/Applications/
yay -S dosbox inotify-tools timidity scummvm xdotool xwinfo yad --noconfirm --needed
else else
echo "IDK" echo "IDK"
fi fi