testing new echo functions

This commit is contained in:
pika 2025-05-18 19:33:19 +02:00
parent 6bc6c66649
commit ef57fa9cdb

View file

@ -16,8 +16,8 @@
PACKAGE=rofi
if command_exists "$PACKAGE"; then
echo_warning "$PACKAGE is already installed!"
echo_warning "Exiting now!"
echo "${RED}$PACKAGE ${BRIGHT_RED}is already installed!${NC}"
echo "${BOLD}${RED}Exiting now!${NC}"
exit 69
fi