From: chax Date: Wed, 22 May 2019 12:08:35 +0000 (+0200) Subject: Add Solus support to linux_install.sh script X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0d12627f0b7fb3ea6438234b775b0c63a656891a;p=qmk_firmware.git Add Solus support to linux_install.sh script added update-repo command before install command --- diff --git a/util/linux_install.sh b/util/linux_install.sh index fb003270b..3df7c0b2a 100755 --- a/util/linux_install.sh +++ b/util/linux_install.sh @@ -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 \