Skip to content

Commit

Permalink
Add unzip and scoop clear cache in Windows (opensearch-project#338)
Browse files Browse the repository at this point in the history
* Add unzip and scoop clear cache

Signed-off-by: Peter Zhu <[email protected]>

* Remove typo

Signed-off-by: Peter Zhu <[email protected]>

---------

Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Aug 25, 2023
1 parent 7d72e4a commit 7e96642
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ aws --version

# Install zip
scoop install zip
scoop install unzip

# Replace gzip with pigz/unpigz for docker extration
# The pigz binary on the Windows OS is from this PR: https://github.com/kubernetes/kubernetes/pull/96470
Expand Down Expand Up @@ -101,3 +102,5 @@ bcdedit /set hypervisorlaunchtype auto
echo "Install Docker Engine"
scoop install docker

# Scoop clear cache
scoop cache rm *

0 comments on commit 7e96642

Please sign in to comment.