Remove useless log

This commit is contained in:
Katy248 2024-10-28 15:57:56 +03:00
parent eb39c2129e
commit b13719e8f1

View File

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