Explorar o código

Disable PKG commands on unknown distros

bryan %!s(int64=2) %!d(string=hai) anos
pai
achega
d9242c4882
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      installJRMC

+ 3 - 0
installJRMC

@@ -370,6 +370,9 @@ init() {
             PKG_INSTALL_LOCAL(){ installMCARCH; }
             ;;
         unknown)
+            PKG_INSTALL=("#")
+            PKG_REMOVE=("#")
+            PKG_UPDATE=("#")
             PKG_INSTALL_LOCAL(){ installMCGENERIC; }
     esac
 }