From 2eb474bf7ce0ce3d14bd730b00000d45771cb377 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Sat, 29 Aug 2020 15:04:56 +0800 Subject: [PATCH] updated bootstrap --- .config/yadm/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 82ef30b..f192309 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -13,7 +13,7 @@ if [ "$system_type" = "Linux" ] || [ "$system_type" = "WSL1" ] || [ "$system_typ echo "Installing zsh..." sudo apt install zsh -y chsh -s $(which zsh) - elif [ ! -f ${HOME}/.zplug/init.zsh ]; then + if [ ! -f ${HOME}/.zplug/init.zsh ]; then echo "Installing zplug..." # curl -sL --proto-redir -all,https https://cdn.jsdelivr.net/gh/zplug/installer/installer.zsh | zsh curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh