Update auto_post_install.sh

This commit is contained in:
MacRimi
2025-09-09 19:06:33 +02:00
parent d58dff047c
commit 15cd118845

View File

@@ -657,8 +657,9 @@ install_log2ram_auto() {
if [[ "$is_ssd" == true ]]; then if [[ "$is_ssd" == true ]]; then
msg_ok "$(translate "System disk is SSD or M.2. Proceeding with Log2RAM setup.")" msg_ok "$(translate "System disk is SSD or M.2. Proceeding with Log2RAM setup.")"
else else
if whiptail --yesno "$(translate "SDo you want to install Log2RAM anyway to reduce log write load?")" \ if whiptail --yesno "$(translate "Do you want to install Log2RAM anyway to reduce log write load?")" \
10 70 --title "Log2RAM"; then 10 70 --title "Log2RAM"; then
:
else else
return 0 return 0
fi fi