This commit is contained in:
pika 2025-05-18 19:37:28 +02:00
parent ef57fa9cdb
commit 1d56da5b2f
2 changed files with 10 additions and 8 deletions

View file

@ -16,8 +16,8 @@
PACKAGE=rofi
if command_exists "$PACKAGE"; then
echo "${RED}$PACKAGE ${BRIGHT_RED}is already installed!${NC}"
echo "${BOLD}${RED}Exiting now!${NC}"
echo "$PACKAGE is already installed!"
echo "Exiting now!"
exit 69
fi
@ -135,7 +135,7 @@
echo_error "Error when installing dependencies.."
fi
rofi_clone_and_build
rofi_clone_and_build </dev/tty
}
if getImports; then