Compare commits
2 Commits
d350879bb6
...
a5b37bc1be
| Author | SHA1 | Date | |
|---|---|---|---|
| a5b37bc1be | |||
| d9242c4882 |
@@ -331,9 +331,9 @@ init() {
|
||||
err "OS detection failed!"
|
||||
askOk "Continue with manual installation?" || exit 1
|
||||
ID="unknown"
|
||||
REPO_INSTALL_SWITCH=0
|
||||
BUILD_SWITCH=1
|
||||
LOCAL_INSTALL_SWITCH=1
|
||||
declare -g REPO_INSTALL_SWITCH=0
|
||||
declare -g BUILD_SWITCH=1
|
||||
declare -g LOCAL_INSTALL_SWITCH=1
|
||||
fi
|
||||
esac
|
||||
|
||||
@@ -370,6 +370,9 @@ init() {
|
||||
PKG_INSTALL_LOCAL(){ installMCARCH; }
|
||||
;;
|
||||
unknown)
|
||||
PKG_INSTALL=("#")
|
||||
PKG_REMOVE=("#")
|
||||
PKG_UPDATE=("#")
|
||||
PKG_INSTALL_LOCAL(){ installMCGENERIC; }
|
||||
esac
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user