syntax error fixed
This commit is contained in:
parent
478f750742
commit
754c55955b
1 changed files with 3 additions and 1 deletions
|
@ -97,8 +97,10 @@ while getopts ":h,v,f,c,t,u,a,d,k,s,t,n" option; do
|
||||||
addScreenfetchBashrc
|
addScreenfetchBashrc
|
||||||
enableHistoryTS
|
enableHistoryTS
|
||||||
installUnattendedUpgrades
|
installUnattendedUpgrades
|
||||||
|
exit
|
||||||
|
;;
|
||||||
f) # full install
|
f) # full install
|
||||||
# except
|
# except
|
||||||
# apps : Nitrogen, Beta apps, Nightly, Unboud
|
# apps : Nitrogen, Beta apps, Nightly, Unboud
|
||||||
# hw : solaar, cardreader, fixWirelessIntel6320, nvidia drivers
|
# hw : solaar, cardreader, fixWirelessIntel6320, nvidia drivers
|
||||||
# tlp, KeyID
|
# tlp, KeyID
|
||||||
|
|
Loading…
Reference in a new issue