Disable PKG commands on unknown distros

This commit is contained in:
2023-03-19 11:22:51 -04:00
parent d350879bb6
commit d9242c4882

View File

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