From a254a1596b7a48929b170bb5134035f9b1d2e04c Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 6 Apr 2025 21:08:12 +0200 Subject: [PATCH] wip --- setup/postinstall.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/postinstall.sh b/setup/postinstall.sh index 82b3544..3be1a69 100755 --- a/setup/postinstall.sh +++ b/setup/postinstall.sh @@ -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 }