feat: Add --create-config to new run script (#TODO:)

This commit is contained in:
zen0bit 2024-04-21 00:10:33 +02:00 committed by Martin Wimpress
parent c1964f37aa
commit 11a13d4342
1 changed files with 4 additions and 0 deletions

View File

@ -3523,6 +3523,10 @@ case "${1}" in
just="download" just="download"
shift shift
;; ;;
'--create-config'|'-cc')
just="custom"
echo "TODO:"
;;
'--open-homepage'|'-o') '--open-homepage'|'-o')
if [ -z "$(os_info "${2}")" ]; then if [ -z "$(os_info "${2}")" ]; then
error_specify_os error_specify_os