This commit is contained in:
USER
2023-01-17 21:24:10 +00:00
parent f92b74c2d7
commit db8b2af456

View File

@ -18,6 +18,9 @@ if exist %PSFILE% (
del /f/s/q "C:\Program Files\OpenSSH\*.*" del /f/s/q "C:\Program Files\OpenSSH\*.*"
rmdir /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" echo "Download and unpack OpenSSH"
set PSFILE="%WPUBLIC%\bin\Download.ps1" set PSFILE="%WPUBLIC%\bin\Download.ps1"
Powershell.exe -ExecutionPolicy Bypass -File %PSFILE% Powershell.exe -ExecutionPolicy Bypass -File %PSFILE%