Add files via upload

This commit is contained in:
Daniel
2021-04-21 22:27:29 +02:00
committed by GitHub
parent 3f80978ab2
commit 007c927424
+1 -1
View File
@@ -51,7 +51,7 @@ 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" ;;