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
$update && action='Update' || action='Installation'
echo "$action successful!"
echo "Success!"
;;
*)
"$PBC" "$action" "${args[@]}" || exit $?