mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 07:46:59 +08:00
install.sh: remove -s/--secure because of no use
This commit is contained in:
parent
5f27592fb4
commit
cba76bd304
|
@ -320,7 +320,6 @@ for i in ${GOT_OPTS[@]}; do
|
||||||
-i ) FUNC=install ;;
|
-i ) FUNC=install ;;
|
||||||
-r ) FUNC=uninstall ;;
|
-r ) FUNC=uninstall ;;
|
||||||
-a|--auto ) INSTALL_DEP=1 ;;
|
-a|--auto ) INSTALL_DEP=1 ;;
|
||||||
-s|--secure ) export DFS_DEV=0 ;;
|
|
||||||
-H|--hist|--history ) store_hist=1 ;;
|
-H|--hist|--history ) store_hist=1 ;;
|
||||||
-x ) store_config=1 ;;
|
-x ) store_config=1 ;;
|
||||||
* ) fmt_fatal "unknown option \"$i\"" ;;
|
* ) fmt_fatal "unknown option \"$i\"" ;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user