소스 검색

Add neon support

bryan 3 년 전
부모
커밋
cdae1f9b20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -113,7 +113,7 @@ init() {
     getOS
 
     # Make sure universe repo is installed on Ubuntu
-    if [[ "$ID" == "ubuntu" ]]; then
+    if [[ "$ID" == "ubuntu|neon" ]]; then
         if ! grep ^deb /etc/apt/sources.list|grep -q universe; then
             sudo add-apt-repository universe
         fi