This commit is contained in:
Dax T. Games 2023-03-15 08:46:55 -04:00
parent e33713a93f
commit c56559873c

View File

@ -13,6 +13,7 @@ if ("$env:USERNAME" -eq "vagrant" -and -not (test-path "$env:userprofile/cmderde
cd cmderdev
git checkout vagrant
git pull origin vagrant
git remote add upstream https://github.com/cmderdev/cmder
git pull upstream master