diff --git a/install.sh b/install.sh index d931d75..0262f81 100755 --- a/install.sh +++ b/install.sh @@ -140,7 +140,6 @@ install_deps() { fi ;; "redos") - echo -e "${LOG} RED OS install" if ! pkexec dnf install "${DEPENDENCIES[@]}" -y --comment "Installed via 'photoshop-linux' script" ;then print_err "${_bold}DNF${RESET} terminated with an error." fi