Browse Source

Add Solus support to linux_install.sh script

added update-repo command before install command
chax 6 years ago
parent
commit
0d12627f0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      util/linux_install.sh

+ 1 - 0
util/linux_install.sh

@@ -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 \