mirror of
https://gitlab.com/prism7/archery.git
synced 2025-02-15 08:29:17 +01:00
Some aesthetic changes
This commit is contained in:
parent
d119143434
commit
1913ee51f2
1 changed files with 11 additions and 7 deletions
18
Amelia.sh
18
Amelia.sh
|
@ -3119,9 +3119,7 @@ ${multi_swap}
|
|||
swapprt="fail"
|
||||
fi
|
||||
fi
|
||||
|
||||
local prompt="Installation Disk"
|
||||
|
||||
|
||||
if [[ ${rootprt} == "fail" ]] || [[ "${bootprt}" == "fail" ]] || [[ ${homeprt} == "fail" ]] || [[ ${swapprt} == "fail" ]]; then
|
||||
sanity="no"
|
||||
else
|
||||
|
@ -3148,7 +3146,7 @@ ${multi_swap}
|
|||
BLUE "
|
||||
|
||||
|
||||
> Proceed using the current partitioning layout ? [y/n]${nc}
|
||||
> Proceed using the ${nc}${cyan}current ${blue}partitioning layout ? [y/n]
|
||||
"
|
||||
read -r -p "
|
||||
==> " partok
|
||||
|
@ -3170,8 +3168,14 @@ ${multi_swap}
|
|||
return 1
|
||||
fi
|
||||
else
|
||||
ok
|
||||
sleep 0.3
|
||||
NC "
|
||||
|
||||
|
||||
-----------------------
|
||||
### ${green}SANITY CHECK OK${nc} ###
|
||||
-----------------------"
|
||||
sleep 1
|
||||
YELLOW "
|
||||
|
||||
|
||||
|
@ -3185,7 +3189,7 @@ ${multi_swap}
|
|||
BLUE "
|
||||
|
||||
|
||||
> Proceed using the current partitioning layout ? [y/n]${nc}
|
||||
> Proceed using the ${nc}${cyan}current ${blue}partitioning layout ? [y/n]
|
||||
"
|
||||
read -r -p "
|
||||
==> " partok
|
||||
|
@ -5598,7 +5602,7 @@ NVIDIA_HOOK
|
|||
line3
|
||||
CYANBG "************************************************************************************************* "
|
||||
CYANBG " "
|
||||
CYANBG " ### Amelia Installer ### "
|
||||
CYANBG " ### Amelia Installer ### "
|
||||
CYANBG " "
|
||||
CYANBG "************************************************************************************************* "
|
||||
NC "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue