Linux Server 256 + STEAM_RUNTIME
ViVnet
Join Date: 2004-05-27 Member: 28947Members, Reinforced - Shadow
I love the fact that you guys have included the steam runtime so we can avoid using unnecessary packages.
However, the included shell.sh will only work on Debian based systems due to the use of dpkg to find the host architecture.
A more practical, and agnostic, solution may be to use something like 'uname -m' which will print the host architecture on all Linux systems.
Just a suggestion, thanks.
However, the included shell.sh will only work on Debian based systems due to the use of dpkg to find the host architecture.
A more practical, and agnostic, solution may be to use something like 'uname -m' which will print the host architecture on all Linux systems.
Just a suggestion, thanks.
Comments