diff --git a/lib/install.ps1 b/lib/install.ps1 index 182e9540..9e3fe7a7 100644 --- a/lib/install.ps1 +++ b/lib/install.ps1 @@ -723,6 +723,7 @@ function link_current($versiondir) { if(test-path $currentdir) { # remove the junction + attrib -R /L $currentdir cmd /c rmdir $currentdir }