From 6fd6bd3d04934cf21a51326a6c2ee4c985d363a7 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Fri, 18 Sep 2020 21:02:18 +0800 Subject: [PATCH] Updated bootstrap msg --- .config/yadm/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index b242b3a..e7a1247 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -25,9 +25,9 @@ if [ "$system_type" = "Linux" ] || [ "$system_type" = "WSL1" ] || [ "$system_typ fi if [ "$system_type" = "WSL1" ] || [ "$system_type" = "WSL2" ] ; then - echo "Fixing git cred on WSL""Fixing git cred on WSL" # config WSL git authorisation if [ ! -f /usr/bin/git-credential-manager ] ; then + echo "Fixing git cred on WSL" echo '#!/bin/sh \nexec "/mnt/d/AppData/scoop/apps/git/current/mingw64/libexec/git-core/git-credential-manager.exe" $@' | sudo tee /usr/bin/git-credential-manager sudo chmod +x /usr/bin/git-credential-manager echo "added windows git cred manager"