mirror of
https://gitlab.com/prism7/archery.git
synced 2025-02-15 08:29:17 +01:00
Custom System Setup:
Removed the demand for adding system services to: "Add Services to be Enabled" prompt in order to continue with the custom installation.
This commit is contained in:
parent
8a96a0e426
commit
45d266fbd4
1 changed files with 5 additions and 3 deletions
|
@ -1502,12 +1502,12 @@ Enter [y/n]: "
|
||||||
invalid
|
invalid
|
||||||
return 1;;
|
return 1;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ok
|
ok
|
||||||
}
|
}
|
||||||
###########################################################################################
|
###########################################################################################
|
||||||
cust_sys (){
|
cust_sys (){
|
||||||
|
|
||||||
|
prompt="Custom System"
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
NC "
|
NC "
|
||||||
___________________________
|
___________________________
|
||||||
|
@ -1545,15 +1545,17 @@ Enter a number: "
|
||||||
return 1 ;;
|
return 1 ;;
|
||||||
"")
|
"")
|
||||||
if [[ "${quick_install}" == "1" ]]; then
|
if [[ "${quick_install}" == "1" ]]; then
|
||||||
if [[ -z "${custompkgs}" || -z "${customservices}" ]]; then
|
if [[ -z "${custompkgs}" ]]; then
|
||||||
until slct_dsktp; do : ; done
|
until slct_dsktp; do : ; done
|
||||||
else
|
else
|
||||||
|
ok
|
||||||
until instl; do : ; done
|
until instl; do : ; done
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [[ -z "${custompkgs}" || -z "${customservices}" ]]; then
|
if [[ -z "${custompkgs}" ]]; then
|
||||||
until slct_dsktp; do : ; done
|
until slct_dsktp; do : ; done
|
||||||
else
|
else
|
||||||
|
ok
|
||||||
until sys_submn; do : ; done
|
until sys_submn; do : ; done
|
||||||
fi
|
fi
|
||||||
fi ;;
|
fi ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue