diff --git a/Amelia.sh b/Amelia.sh index 279d3be..9d9b8bc 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # https://gitlab.com/prism7/archery -# Version: 8.3.0 +# Version: 8.3.1 set -euo pipefail ################################################################################################### @@ -476,7 +476,7 @@ dtct_hyper() { vm_services="" ;; microsoft) vmpkgs="hyperv" - vm_services="hv_fcopy_daemon hv_kvp_daemon hv_vss_daemon" ;; + vm_services="hv_kvp_daemon hv_vss_daemon" ;; esac } ################################################################################################### @@ -6095,12 +6095,6 @@ CUSTOMSERV displaymanager="gdm" fi - if [[ -n "${nrg_plc}" ]]; then - arch-chroot /mnt <<-NRG > /dev/null 2>&1 2> amelia_log.txt - ${nrg_plc} performance -NRG - fi - if arch-chroot /mnt <<-OPTIMIZED > /dev/null 2>&1 2> amelia_log.txt ; then sed -i "/^#${SETLOCALE}/s/^#//" /etc/locale.gen || exit locale-gen || exit