summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchax <mislav.cakaric@homecontrol.no>2019-05-22 14:08:35 +0200
committerDrashna Jaelre <drashna@live.com>2019-05-26 10:11:38 -0700
commit0d12627f0b7fb3ea6438234b775b0c63a656891a (patch)
tree991ab9721f98cd5f0aa5b49a02a1e450370f2c13
parent7fbb253f88b6a87f5d39662273b4d6e57619de53 (diff)
Add Solus support to linux_install.sh script0.6.387
added update-repo command before install command
-rwxr-xr-xutil/linux_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/linux_install.sh b/util/linux_install.sh
index fb003270bc..3df7c0b2ae 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 \