Browse Source

Disable PKG commands on unknown distros

bryan 2 years ago
parent
commit
d9242c4882
1 changed files with 3 additions and 0 deletions
  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
 }