From 8a046d00fdab5462e58da189c71f0438e2b428e1 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Sat, 29 Aug 2020 15:00:50 +0800 Subject: [PATCH] fix: bootstrap syntaxerror --- .config/yadm/bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 4c3d11a..82ef30b 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -20,6 +20,8 @@ if [ "$system_type" = "Linux" ] || [ "$system_type" = "WSL1" ] || [ "$system_typ else echo "All packages are installed." fi +fi + if [ "$system_type" = "WSL1" ] || [ "$system_type" = "WSL1" ] ; then # config WSL git authorisation if [ ! -f /usr/bin/git-credential-manager ] ; then