소스 검색

Add Solus support to linux_install.sh script

added update-repo command before install command
chax 6 년 전
부모
커밋
0d12627f0b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 \