Make Steam launch in Small Mode on install

pull/129/head
Botspot 4 years ago
parent acf22a8272
commit 76f519cff3

@ -16,12 +16,20 @@ fi
echo "Downloading steam.deb"
wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb || error "Failed to download steam.deb!"
echo "Extracting steam.deb"
ar x steam.deb
echo "Installing files..."
sudo tar xf data.tar.xz -C /
echo "Edited steam script to run on Raspberry Pi..."
sudo sed -i 's/set -e/set -e\nexport STEAMOS=1\nexport STEAM_RUNTIME=1/' /usr/lib/steam/bin_steam.sh
echo "Creating a Steam config file so it will launch in Small Mode..."
[ ! -e ~/.local/share/Steam/config ] && mkdir -p ~/.local/share/Steam/config
wget https://raw.githubusercontent.com/Botspot/Steam-RPi/main/DialogConfig.vdf -O ~/.local/share/Steam/config/DialogConfig.vdf
echo "Cleaning up..."
rm steam.deb control.tar.gz debian-binary data.tar.xz
exit 0

Loading…
Cancel
Save