minor edits

This commit is contained in:
pika 2025-05-19 13:41:23 +02:00
parent 346fbd6653
commit 293c4b9965
2 changed files with 34 additions and 12 deletions

View file

@ -16,8 +16,8 @@
PACKAGE=swww
if command_exists "$PACKAGE"; then
echo_warning "$PACKAGE is already installed!"
echo_warning "Exiting now!"
echo "$PACKAGE is already installed!"
echo "Exiting now!"
exit 69
fi