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 | |
| 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
| -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 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 | |||
| 158 | fi | 158 | fi |
| 159 | 159 | ||
| 160 | elif grep ID /etc/os-release | grep -q solus; then | 160 | elif grep ID /etc/os-release | grep -q solus; then |
| 161 | sudo eopkg ur | ||
| 161 | sudo eopkg it \ | 162 | sudo eopkg it \ |
| 162 | -c system.devel \ | 163 | -c system.devel \ |
| 163 | arm-none-eabi-gcc \ | 164 | arm-none-eabi-gcc \ |
