Add Solus support to linux_install.sh script 0.6.387
authorchax <mislav.cakaric@homecontrol.no>
Wed, 22 May 2019 12:08:35 +0000 (14:08 +0200)
committerDrashna Jaelre <drashna@live.com>
Sun, 26 May 2019 17:11:38 +0000 (10:11 -0700)
added update-repo command before install command

util/linux_install.sh

index fb00327..3df7c0b 100755 (executable)
@@ -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 \