Explorar o código

Add neon support

bryan %!s(int64=3) %!d(string=hai) anos
pai
achega
cdae1f9b20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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