1 コミット

作成者 SHA1 メッセージ 日付
1439b5b095 debug version, do not use 2020-04-26 18:01:54 -04:00

ファイルの表示

@@ -111,7 +111,6 @@ EOF
# set default behavior
if [[ $# -eq 0 ]] || [[ $# -eq 1 && "$1" == "--debug" ]]; then
_repoinstall="true"
return 1
fi
if _input=$(getopt -o +vdhus:c: -l install-repo,install-rpmbuild,rpmbuild,outputdir:,mcversion:,restorefile:,betapass:,service-user:,service:,version,debug,help,uninstall,createrepo,createrepo-webroot:,createrepo-user:,vncpass:,display:,container: -- "$@"); then
@@ -400,8 +399,6 @@ EOF
fi
done
echo "MYDEBUG: ${_pkg_array[*]}"
# Install from package name (with gpg check)
if [[ ${#_pkg_array[@]} -ge 1 ]]; then
echo "Installing:" "${_pkg_array[@]}"