Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ mkdir "$WCTEMP" -ErrorAction SilentlyContinue | Out-Null
iwr $ZIPURL -OutFile "$WCTEMP/wclatest.zip"
Write-Host "Done."
Expand-Archive -LiteralPath "$WCTEMP/wclatest.zip" -DestinationPath "$WCTEMP" | Out-Null
Copy-Item "$WCTEMP/WslCompact" "$TARGET" -Force -Recurse | Out-Null
Copy-Item "$WCTEMP/WslCompact" "$TARGET/WslCompact" -Force -Recurse | Out-Null
Remove-Item "$WCTEMP" -Force -Recurse -ErrorAction SilentlyContinue | Out-Null
Write-Host "WslCompact Module installed. Type wslcompact -h to know more about it."