Skip to content

Commit

Permalink
Add Solus support to linux_install.sh script
Browse files Browse the repository at this point in the history
added update-repo command before install command
  • Loading branch information
chax authored and drashna committed May 26, 2019
1 parent 7fbb253 commit 0d12627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0d12627

Please sign in to comment.