Browse Source

Don't warn on universe repo

bryan 2 years ago
parent
commit
447e712de8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1613,7 +1613,7 @@ main() {
         ubuntu)
             if ! grep ^deb /etc/apt/sources.list|grep -q universe; then
                 echo "Adding universe repository"
-                sudo add-apt-repository universe
+                sudo add-apt-repository -y universe
             fi
             ;;
         centos)