Browse Source

Add Solus support to linux_install.sh script

added update-repo command before install command
chax 6 năm trước cách đây
mục cha
commit
0d12627f0b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 
 elif grep ID /etc/os-release | grep -q solus; then
+	sudo eopkg ur
 	sudo eopkg it \
 		-c system.devel \
 		arm-none-eabi-gcc \