Add Solus support to linux_install.sh script
added update-repo command before install commandmaster
parent
7fbb253f88
commit
0d12627f0b
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue