mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 13:47:01 +08:00
install.sh: --no-ssh -> --no-auth-info
This commit is contained in:
parent
bf726ea5cc
commit
9766b40796
|
@ -330,7 +330,7 @@ for i in ${GOT_OPTS[@]}; do
|
||||||
-a|--auto ) INSTALL_DEP=1 ;;
|
-a|--auto ) INSTALL_DEP=1 ;;
|
||||||
-H|--hist|--history ) store_hist=1 ;;
|
-H|--hist|--history ) store_hist=1 ;;
|
||||||
-x ) store_config=1 ;;
|
-x ) store_config=1 ;;
|
||||||
--no-ssh ) unset HOME_SYMLINKS_SRC[0]; unset HOME_SYMLINKS_DST[0] ;;
|
--no-auth-info ) HOME_SYMLINKS_SRC=(); HOME_SYMLINKS_DST=() ;;
|
||||||
* ) fmt_fatal "unknown option \"$i\"" ;;
|
* ) fmt_fatal "unknown option \"$i\"" ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user