daeuniverse / dae-installer

dae's install script, written in bash.
54 stars 11 forks source link

Update installer.sh #1

Closed nobody116 closed 1 year ago

nobody116 commented 1 year ago

Fix the Error The flag --non-interactive is not known. on openSUSE.

zypper [GLOBAL_OPTIONS] SUBCOMMAND [SUBCOMMAND_OPTIONS] [ARGUMENTS]

--non-interactive is a Global option.

MarksonHon commented 1 year ago

Thank you!