The installer now offers installation of TLP when 'Assisted Navigation' & 'Smart Partitioning' has been selected

This commit is contained in:
Jane Doe
2025-08-09 21:23:28 +03:00
parent 491bd3d80c
commit a8b2567405
+4 -2
View File
@@ -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