Add Solus support to linux_install.sh script added update-repo command before install command
1 files changed, 1 insertions(+), 0 deletions(-) M util/linux_install.sh
M util/linux_install.sh => util/linux_install.sh +1 -0
@@ 158,6 158,7 @@ elif grep ID /etc/os-release | grep -q slackware; then fi elif grep ID /etc/os-release | grep -q solus; then + sudo eopkg ur sudo eopkg it \ -c system.devel \ arm-none-eabi-gcc \