From b13719e8f105b377dbfaa65655fb72b946a1ceaf Mon Sep 17 00:00:00 2001 From: Katy248 Date: Mon, 28 Oct 2024 15:57:56 +0300 Subject: [PATCH] Remove useless log --- install.sh | 1 - 1 file changed, 1 deletion(-) 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