Fixup
This commit is contained in:
parent
f15f690b19
commit
5f6d9ca546
|
@ -7,7 +7,7 @@ AE-Send is a Windows application that integrates into the context menu, allowing
|
||||||
To install AE-Send, run the following command in PowerShell as Administrator:
|
To install AE-Send, run the following command in PowerShell as Administrator:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Invoke-WebRequest "https://git.nixc.us/colin/ae-send/raw/branch/master/install.ps1" -OutFile "$env:TEMP\install.ps1"; & "$env:TEMP\install.ps1"; Remove-Item "$env:TEMP\install.ps1"
|
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force; Invoke-WebRequest -Uri "https://git.nixc.us/colin/ae-send/raw/branch/master/install.ps1" -OutFile "$env:TEMP\install.ps1"; & "$env:TEMP\install.ps1"; Remove-Item "$env:TEMP\install.ps1" -Force
|
||||||
```
|
```
|
||||||
|
|
||||||
This command downloads and executes the installation script which sets up AE-Send on your system.
|
This command downloads and executes the installation script which sets up AE-Send on your system.
|
||||||
|
|
Loading…
Reference in New Issue