diff --git a/.gitignore b/.gitignore index 77dca34..8ad52ef 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,10 @@ .DS_Store *.tmproj tmtags + +.ssh/authorized_keys +.ssh/known_hosts +.ssh/id_* + +.weechat/logs/ +.weechat/*.log diff --git a/install.sh b/install.sh index ea04acf..0d9a09c 100755 --- a/install.sh +++ b/install.sh @@ -15,8 +15,7 @@ then elif [ "$1" == "update" ] || [ "$1" == "pull" ] then cd $SOURCE - git pull `git remote | head -n 1` && - git submodule init && git submodule update --recursive + git pull --recurse-submodules=yes `git remote | head -n 1` exit $? elif [ "$1" == "remove" ] || [ "$1" == "uninstall" ] then