浏览代码

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