Indentation

This commit is contained in:
Jane Doe 2025-01-04 22:02:29 +00:00
parent c956eb6c9a
commit 6f5d00893c

View file

@ -2,7 +2,7 @@
# Amelia Installer
# https://gitlab.com/prism7/archery
# Version: 8.3.2
# Version: 8.3.3
set -euo pipefail
###################################################################################################
@ -1019,7 +1019,7 @@ Enter a number: "
###################################################################################################
ask_bootldr() {
local prompt="Bootloader"
local prompt="Bootloader Selection"
sleep 0.2
NC "
@ -1070,8 +1070,6 @@ Enter a number: "
invalid
return 1 ;;
esac
local prompt="Bootloader Selection"
ok
}
###################################################################################################
@ -2069,11 +2067,11 @@ Enter any additional packages ${bwhite}(space-seperated)${blue}: "
reload
return 1
elif [[ "${custompkgs}" =~ "lightdm" ]]; then
echo
sleep 0.2
NC "
${magenta}###${nc}--------------------------------${magenta}[ ${bwhite}LightDM Greeter Selection${nc} ${magenta}]${nc}--------------------------------${magenta}###
"
YELLOW "
@ -5738,7 +5736,6 @@ UKI
if [[ -e /mnt/boot/initramfs-"${kernel}"-fallback.img ]]; then
rm /mnt/boot/initramfs-"${kernel}"-fallback.img || exit
fi
elif [[ "${uki}" == "n" ]]; then
if arch-chroot /mnt <<-NOUKI > /dev/null 2>&1 2> amelia_log.txt ; then
cp /etc/mkinitcpio.d/${kernel}.preset /etc/mkinitcpio.d/${kernel}.preset.bak || exit