Install protonup with yay
This commit is contained in:
parent
5113a45cbd
commit
082694d35a
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue