update packages to match blendos-configs
This commit is contained in:
parent
9ca198abab
commit
555219ffa4
4 changed files with 14 additions and 8 deletions
|
@ -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 lutris protontricks -y
|
||||
sudo dnf install appimagelauncher qt5-qtbase-gui lutris protontricks mangohud gamescope -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 -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue