small changes about cli -f option
This commit is contained in:
parent
0d9a6f6593
commit
e479efc561
2 changed files with 1 additions and 3 deletions
|
@ -575,7 +575,7 @@ function usage () {
|
|||
printf "\n"
|
||||
printf $NORMAL
|
||||
printf "Usage : yggdrasil [options]\n\n"
|
||||
printf " "$BOLDVERT"-f"$NORMAL" : install everything (=a+c+w+d+q)\n"
|
||||
printf " "$BOLDVERT"-f"$NORMAL" : install everything (see man pages for more details)(a+c+d+q)\n"
|
||||
printf " "$BOLDVERT"-a"$NORMAL" : install all apps\n"
|
||||
printf " "$BOLDVERT"-c"$NORMAL" : install Themes and Icons\n"
|
||||
printf " "$BOLDVERT"-w"$NORMAL" : install Nitrogen + remove desktop management from caja\n"
|
||||
|
|
|
@ -139,9 +139,7 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,n,g,w,p,k,T" option; do
|
|||
addScreenfetchBashrc
|
||||
enableHistoryTS
|
||||
installUnattendedUpgrades
|
||||
installNitrogen
|
||||
enableUnbound
|
||||
kernelUpdate
|
||||
msg "Installing additional themes/icons"
|
||||
installIcons
|
||||
installThemes
|
||||
|
|
Loading…
Reference in a new issue