testing new echo functions
This commit is contained in:
parent
6bc6c66649
commit
ef57fa9cdb
1 changed files with 2 additions and 2 deletions
4
rofi.sh
4
rofi.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue