This commit is contained in:
pika 2025-04-06 21:08:12 +02:00
parent 4ea25f8c6b
commit a254a1596b

View file

@ -272,16 +272,16 @@ optimize_os() {
aptOptimize
;;
dnf)
echo_warning "Currently, there are no optimizations for your linux distribution."
echo_warning "Currently, there are no optimizations for the fedora distribution."
;;
pacman)
echo_warning "Currently, there are no optimizations for your linux distribution."
echo_warning "Currently, there are no optimizations for the arch distribution."
;;
zypper)
echo_warning "Currently, there are no optimizations for your linux distribution."
echo_warning "Currently, there are no optimizations for the openSUSE distribution."
;;
apk)
echo_warning "Currently, there are no optimizations for your linux distribution."
echo_warning "Currently, there are no optimizations for the Alpine distribution."
;;
esac
}