mirror of
https://github.com/Bemly/Besh.git
synced 2024-11-22 17:25:06 +00:00
Add files via upload
This commit is contained in:
parent
d1b2bd5969
commit
591f6c4431
@ -1,6 +1,8 @@
|
||||
function sr {
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
|
||||
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
|
||||
|
||||
function sr {
|
||||
|
||||
Add-Type -AssemblyName System.Web
|
||||
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
|
Loading…
Reference in New Issue
Block a user