check connectivity to github.com before installing and/or updating tpm and plugins (2)
This commit is contained in:
parent
e8032e3ffb
commit
90cdbbc32f
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
# tmux display 'Done uninstalling tpm and plugins...'
|
||||
# fi
|
||||
# else
|
||||
# if curl -Ikfs -o /dev/null --connect-timeout 2 --max-time 2 https://github.com; then
|
||||
# if git ls-remote -hq https://github.com/gpakosz/.tmux.git master > /dev/null; then
|
||||
# if [ ! -d "$TMUX_PLUGIN_MANAGER_PATH/tpm" ]; then
|
||||
# install_tpm=true
|
||||
# tmux display 'Installing tpm and plugins...'
|
||||
|
|
Loading…
Reference in a new issue