cardreader cli opts k -> q
This commit is contained in:
parent
e835f17491
commit
398c5ef296
2 changed files with 3 additions and 3 deletions
|
@ -560,7 +560,7 @@ function usage () {
|
|||
printf " "$BOLDVERT"-c"$NORMAL" : install gtk themes and icons\n"
|
||||
printf " "$BOLDVERT"-w"$NORMAL" : install Nitrogen + remove desktop management from caja\n"
|
||||
printf " "$BOLDVERT"-d"$NORMAL" : install DNS Cache Unbound\n"
|
||||
printf " "$BOLDVERT"-k"$NORMAL" : install cardreader apps\n"
|
||||
printf " "$BOLDVERT"-q"$NORMAL" : install cardreader apps\n"
|
||||
printf " "$BOLDVERT"-s"$NORMAL" : install Solaar for Logitech devices\n"
|
||||
printf " "$BOLDVERT"-t"$NORMAL" : install TLP for Laptops and low energy usage\n"
|
||||
printf " "$BOLDVERT"-n"$NORMAL" : install lastest Nvidia graphic drivers\n"
|
||||
|
|
|
@ -50,7 +50,7 @@ echo "--[ Yggdrasil log ]--[ "$cDate" ]--[ "$cTime" ]-----------------------" >>
|
|||
#
|
||||
# arguments/options management with getopts
|
||||
|
||||
while getopts ":h,v,f,c,u,a,d,k,s,t,n,w,p,T" option; do
|
||||
while getopts ":h,v,f,c,u,a,d,q,s,t,n,w,p,T" option; do
|
||||
case "$option" in
|
||||
T) #test purpose only
|
||||
yggInit
|
||||
|
@ -185,7 +185,7 @@ while getopts ":h,v,f,c,u,a,d,k,s,t,n,w,p,T" option; do
|
|||
enableUnbound
|
||||
exit
|
||||
;;
|
||||
k) # cardreader
|
||||
q) # cardreader
|
||||
yggInit
|
||||
updateSystem
|
||||
installCardReader
|
||||
|
|
Loading…
Reference in a new issue