diff --git a/install.sh b/install.sh index 0262f81..6fdd621 100755 --- a/install.sh +++ b/install.sh @@ -145,7 +145,7 @@ install_deps() { fi ;; *) - print_err "For now only ${BLUE}Arch Linux${RESET} is supported." + print_err "For now only ${BLUE}Arch Linux${RESET} and ${RED}RED OS${RESET} is supported." ;; esac echo -e "$LOG Missing dependencies was installed"