Add files via upload
This commit is contained in:
@@ -51,8 +51,8 @@ if [ ${#} != 0 ]; then
|
|||||||
--sysroot=*|-s\ *) export SYSROOT="${v}" ;;
|
--sysroot=*|-s\ *) export SYSROOT="${v}" ;;
|
||||||
--mirror=*|-m\ *) export MIRROR="${v}" ;;
|
--mirror=*|-m\ *) export MIRROR="${v}" ;;
|
||||||
--release=*|-r\ *) export RELEASE="${v}" ;;
|
--release=*|-r\ *) export RELEASE="${v}" ;;
|
||||||
--arch=*|-a\ *) export ARCH="${v}"
|
--arch=*|-a\ *) export ARCH="${v}" ;;
|
||||||
--distro=*|-d\ *) export DISTRO="${v}";;
|
--distro=*|-d\ *) export DISTRO="${v}" ;;
|
||||||
--install=*|-i\ *) export PACKAGES="${@}" && METHOD="install" ;;
|
--install=*|-i\ *) export PACKAGES="${@}" && METHOD="install" ;;
|
||||||
--uninstall=*|-u\ *) export PACKAGES="${@}" && METHOD="uninstall" ;;
|
--uninstall=*|-u\ *) export PACKAGES="${@}" && METHOD="uninstall" ;;
|
||||||
--init) init ;;
|
--init) init ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user