]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add Solus support to linux_install.sh script
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 fb003270bc758cc24bfcce589716b18fd6114790..3df7c0b2ae71d22465bd8af1e17388ef176d4358 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 \