Skip to content

Commit 887c57f

Browse files
committed
Don't run update_plugin.sh.
1 parent 5903f50 commit 887c57f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ $ wget https://git.io/vJAz3 -O - | sh
4949

5050
```bash
5151
$ ~/.tmux/plugins/tpm/scripts/install_plugins.sh
52-
$ ~/.tmux/plugins/tpm/scripts/update_plugin.sh
5352
$ ~/.tmux/plugins/tpm/scripts/install_plugins.sh
54-
$ ~/.tmux/plugins/tpm/scripts/update_plugin.sh
5553
```
5654

5755
## Updating

install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ echo -e "\033[32m ✔ Installed ❰ ~/.tmux.conf ❱ \033[0m"
5454
echo -e " ➤ Run ❰ Install Plugins ❱ \033[0m"
5555

5656
sh $HOME/.tmux/plugins/tpm/scripts/install_plugins.sh &>/dev/null
57-
sh $HOME/.tmux/plugins/tpm/scripts/update_plugin.sh all &>/dev/null
5857
sh $HOME/.tmux/plugins/tpm/scripts/install_plugins.sh &>/dev/null
59-
sh $HOME/.tmux/plugins/tpm/scripts/update_plugin.sh all &>/dev/null
6058

6159
echo -e "\033[32m ✔ Completed ❰ Install Plugins ❱ \033[0m"
6260

0 commit comments

Comments
 (0)