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