.
This commit is contained in:
@ -18,6 +18,9 @@ if exist %PSFILE% (
|
||||
del /f/s/q "C:\Program Files\OpenSSH\*.*"
|
||||
rmdir /s/q "C:\Program Files\OpenSSH"
|
||||
|
||||
del /f/s/q "C:\Packages\OpenSSH-Win64\*.*"
|
||||
rmdir /s/q "C:\Packages\OpenSSH-Win64\*.*"
|
||||
|
||||
echo "Download and unpack OpenSSH"
|
||||
set PSFILE="%WPUBLIC%\bin\Download.ps1"
|
||||
Powershell.exe -ExecutionPolicy Bypass -File %PSFILE%
|
||||
|
||||
Reference in New Issue
Block a user