mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
Add Solus support to linux_install.sh script
added update-repo command before install command
This commit is contained in:
parent
7fbb253f88
commit
0d12627f0b
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ elif grep ID /etc/os-release | grep -q slackware; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
elif grep ID /etc/os-release | grep -q solus; then
|
elif grep ID /etc/os-release | grep -q solus; then
|
||||||
|
sudo eopkg ur
|
||||||
sudo eopkg it \
|
sudo eopkg it \
|
||||||
-c system.devel \
|
-c system.devel \
|
||||||
arm-none-eabi-gcc \
|
arm-none-eabi-gcc \
|
||||||
|
|
Loading…
Reference in a new issue