From a8b2567405cd474b5f87e885abc8880d93f8cea2 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Sat, 9 Aug 2025 21:23:28 +0300 Subject: [PATCH] The installer now offers installation of TLP when 'Assisted Navigation' & 'Smart Partitioning' has been selected --- Amelia.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index 71b914d..dd62c06 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # Source: https://gitlab.com/prism7/archery -# Version: 9.2.1 +# Version: 9.2.2 set -euo pipefail ################################################################################################### @@ -2802,7 +2802,7 @@ ${magenta}###${nc}----------------------------------${magenta}[ ${bwhite}General - > Enable System Optimizations ? [Y/n] " + > Enable System Optimizations ? [Y/n/v] " BLUE " @@ -4768,6 +4768,7 @@ instl() { until thermald; do : ; done until rngd; do : ; done until rtkit; do : ; done + until tlp; do : ; done fi until instl_dsk; do : ; done until ask_crypt; do : ; done @@ -5742,6 +5743,7 @@ revise() { until thermald; do : ; done until rngd; do : ; done until rtkit; do : ; done + until tlp; do : ; done until instl_dsk; do : ; done until ask_crypt; do : ; done if [[ "${swapmode}" == "1" ]]; then