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