X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=awless%2Finstall.ps1;h=dbd7a095e6a408f7f4b07ce2531048f65edf5701;hb=46445e9382905a52e770d44191235be179616049;hp=cb44f2b85b8067ee96772e6b4a9a9bae22264a30;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/awless/install.ps1 b/awless/install.ps1 index cb44f2b..dbd7a09 100644 --- a/awless/install.ps1 +++ b/awless/install.ps1 @@ -33,7 +33,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) { # Enter tmp pushd .local\tmp - # Remove any leftover tmp cruft + # Remove any leftover tmp cruft Remove-Item -Path ".\awless-v*" -Recurse -ErrorAction Ignore Remove-Item -Path ".\awless.exe" -Recurse -ErrorAction Ignore