We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f68c67 commit de5e34cCopy full SHA for de5e34c
justfile
@@ -3,6 +3,9 @@ test:
3
vagrant ssh windows -- powershell ./scoop/apps/scoop/current/bin/scoop.ps1 bootstrap
4
vagrant ssh windows -- powershell ./scoop/apps/scoop/current/test/bin/init.ps1
5
vagrant ssh windows -- powershell ./scoop/apps/scoop/current/test/bin/test.ps1
6
+ vagrant ssh windows -- scoop config hold_update_until 9999-01-01
7
+ vagrant ssh windows -- scoop install main/git --no-update-scoop
8
+ vagrant ssh windows -- scoop update
9
10
clean:
11
-vagrant destroy windows --force
0 commit comments