Skip to content

Instantly share code, notes, and snippets.

@IcedShake
IcedShake / steamcmd-setup.sh
Last active July 31, 2022 06:07
Set up steamcmd using box86 & box64
#!/bin/sh
# Place script where steamcmd.sh is located
sudo wget https://itai-nelken.github.io/weekly-box86-debs/debian/box86.list -O /etc/apt/sources.list.d/box86.list
wget -qO- https://itai-nelken.github.io/weekly-box86-debs/debian/KEY.gpg | sudo apt-key add -
sudo dpkg --add-architecture armhf
sudo apt update && sudo apt install -y box64 box86:armhf libc6:armhf libncurses5:armhf libstdc++6:armhf libsdl2-2.0-0:armhf
# Launch & exit to download required files for steamcmd only
./steamcmd.sh +quit