Added SteamOS support

This commit is contained in:
Paul Black 2022-07-20 19:00:26 -06:00
parent 1b55347dff
commit c70450ee31

View file

@ -44,6 +44,10 @@ check_dependencies () {
if [[ $(cat /etc/*-release | grep "Arch Linux") ]]; then
echo "Detected Arch Linux!"
arch_install
else
if [[ $(cat /etc/*-release | grep "SteamOS") ]]; then
echo "Detected SteamOS!"
arch_install
else
echo "You're on an unsupported distro. Please manually install the required dependencies from the README.md or make a pull request adding support for your distro"
exit
@ -51,6 +55,7 @@ check_dependencies () {
fi
fi
fi
fi
}
#Downloads Polygon