change success message

This commit is contained in:
2026-08-22 02:00:10 +02:00
parent 0cff8ef640
commit fbf638cbf0
+1 -2
View File
@@ -394,8 +394,7 @@ case "$action" in
fi fi
fi fi
$update && action='Update' || action='Installation' echo "Success!"
echo "$action successful!"
;; ;;
*) *)
"$PBC" "$action" "${args[@]}" || exit $? "$PBC" "$action" "${args[@]}" || exit $?