Update linutil-installer.sh

This commit is contained in:
solomoncyj 2024-10-21 09:56:29 +08:00 committed by GitHub
parent 263fafb20e
commit c4ec574737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ installLinutil() {
printf "%b\n" "${GREEN}Installed successfully.${RC}" printf "%b\n" "${GREEN}Installed successfully.${RC}"
;; ;;
zypper) zypper)
"$ESCALATION_TOOL" "$PACKAGER" install linutil "$ESCALATION_TOOL" "$PACKAGER" install linutil -y
printf "%b\n" "${GREEN}Installed successfully.${RC}" printf "%b\n" "${GREEN}Installed successfully.${RC}"
;; ;;
*) *)