Remove comments

This commit is contained in:
elementrick 2024-07-02 21:41:48 +00:00
parent d80de009ef
commit 1c74a88dac

View file

@ -2478,7 +2478,7 @@ Enter a Custom Percentage number ${nc}${cyan}(e.g. 30) ${bwhite}(empty to skip)$
return 1
fi
fi
#-----------------------------------------------------------------------------------------------------------------
case "${preset}" in
1)
if [[ "${install}" == "yes" ]] ; then
@ -5463,15 +5463,15 @@ NVIDIA_HOOK
prcnt=""
clear
#first_check
#sleep 1
first_check
sleep 1
line3
CYANBG "************************************************************************************************* "
CYANBG " "
CYANBG " ### Amelia Installer ### "
CYANBG " "
CYANBG "************************************************************************************************* "
#NC "
NC "
@ -5480,12 +5480,12 @@ NVIDIA_HOOK
#${bwhite}Press any key to start${nc} "
#read -r -s -n 1
#clear
#arch
#uefi_check
#connection_check
#upd_clock
#dtct_microcode
${bwhite}Press any key to start${nc} "
read -r -s -n 1
clear
arch
uefi_check
connection_check
upd_clock
dtct_microcode
until main_menu; do : ; done