Explorar el Código

Disable PKG commands on unknown distros

bryan hace 2 años
padre
commit
d9242c4882
Se han modificado 1 ficheros con 3 adiciones y 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
 }