mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
10 lines
290 B
Bash
Executable File
10 lines
290 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
choco install hyperfine zip
|
|
|
|
CHOCO_PATH=$(mktemp -d)
|
|
curl -L https://github.com/ethomson/PurgeStandbyList/releases/download/v1.0/purgestandbylist.1.0.0.nupkg -o "${CHOCO_PATH}/purgestandbylist.1.0.0.nupkg"
|
|
choco install purgestandbylist -s $(cygpath -w "${CHOCO_PATH}")
|