Disable PKG commands on unknown distros
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user