Added RED OS to supported os

This commit is contained in:
Katy248 2024-10-28 15:59:20 +03:00
parent b13719e8f1
commit 99f813bcd9

View File

@ -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"