mirror of
https://gitlab.com/prism7/archery.git
synced 2025-02-15 08:29:17 +01:00
Remove comments
This commit is contained in:
parent
d80de009ef
commit
1c74a88dac
1 changed files with 12 additions and 12 deletions
24
Amelia.sh
24
Amelia.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue