fix: bootstrap syntaxerror

This commit is contained in:
2020-08-29 15:00:50 +08:00
parent adf08b724b
commit 8a046d00fd

View File

@@ -20,6 +20,8 @@ if [ "$system_type" = "Linux" ] || [ "$system_type" = "WSL1" ] || [ "$system_typ
else else
echo "All packages are installed." echo "All packages are installed."
fi fi
fi
if [ "$system_type" = "WSL1" ] || [ "$system_type" = "WSL1" ] ; then if [ "$system_type" = "WSL1" ] || [ "$system_type" = "WSL1" ] ; then
# config WSL git authorisation # config WSL git authorisation
if [ ! -f /usr/bin/git-credential-manager ] ; then if [ ! -f /usr/bin/git-credential-manager ] ; then