diff options
author | chax <mislav.cakaric@homecontrol.no> | 2019-05-22 14:08:35 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-26 10:11:38 -0700 |
commit | 0d12627f0b7fb3ea6438234b775b0c63a656891a (patch) | |
tree | 991ab9721f98cd5f0aa5b49a02a1e450370f2c13 /util | |
parent | 7fbb253f88b6a87f5d39662273b4d6e57619de53 (diff) | |
download | qmk_firmware-0d12627f0b7fb3ea6438234b775b0c63a656891a.tar.gz qmk_firmware-0d12627f0b7fb3ea6438234b775b0c63a656891a.zip |
Add Solus support to linux_install.sh script
added update-repo command before install command
Diffstat (limited to 'util')
-rwxr-xr-x | util/linux_install.sh | 1 |
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 \ |