From 99f813bcd99e5d988b72c13e09ee335ec4645e4a Mon Sep 17 00:00:00 2001 From: Katy248 Date: Mon, 28 Oct 2024 15:59:20 +0300 Subject: [PATCH] Added RED OS to supported os --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"