This commit is contained in:
pika 2025-05-19 10:40:50 +02:00
parent 919384e261
commit c37cdde63f
4 changed files with 78 additions and 53 deletions

View file

@ -19,8 +19,8 @@ sleep 0.1
PACKAGE=hyprland
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