From b8aec5433ebbb39f8cfd78659a8fec74b2218ca3 Mon Sep 17 00:00:00 2001 From: James Harmison Date: Mon, 2 Mar 2020 00:39:26 -0500 Subject: [PATCH] Updated README and Bootstrap to point to 0.4.0 --- Bootstrap-ArcDPS.ps1 | 4 ++-- docs/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bootstrap-ArcDPS.ps1 b/Bootstrap-ArcDPS.ps1 index 8d6b25d..10ce40e 100644 --- a/Bootstrap-ArcDPS.ps1 +++ b/Bootstrap-ArcDPS.ps1 @@ -1,10 +1,10 @@ <# Run this with the following: -powershell -c "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; ; iex(New-Object Net.WebClient).DownloadString('https://github.com/solacelost/update-arcdps/raw/0.3.7/Bootstrap-ArcDPS.ps1')" +powershell -c "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; ; iex(New-Object Net.WebClient).DownloadString('https://github.com/solacelost/update-arcdps/raw/0.4.0/Bootstrap-ArcDPS.ps1')" #> # First, download the Update-ArcDPS.ps1 script $ScriptPath = $env:APPDATA + '\Update-ArcDPS.ps1' -Invoke-WebRequest "https://github.com/solacelost/update-arcdps/raw/0.3.7/Update-ArcDPS.ps1" -OutFile $ScriptPath +Invoke-WebRequest "https://github.com/solacelost/update-arcdps/raw/0.4.0/Update-ArcDPS.ps1" -OutFile $ScriptPath $desktop = [system.environment]::GetFolderPath("Desktop") diff --git a/docs/README.md b/docs/README.md index a60eb89..b613171 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,7 @@ However, some of my guild mates had a hard time downloading ArcDPS or rememberin ![Right Clicking Run](./docs_run.png) 2. Copy the following and paste it into the "Open:" text box: ``` - powershell -c "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; ; iex(New-Object Net.WebClient).DownloadString('https://github.com/solacelost/update-arcdps/raw/0.3.7/Bootstrap-ArcDPS.ps1')" + powershell -c "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; ; iex(New-Object Net.WebClient).DownloadString('https://github.com/solacelost/update-arcdps/raw/0.4.0/Bootstrap-ArcDPS.ps1')" ```` ![Run Dialog](./docs_run2.png) @@ -26,7 +26,7 @@ However, some of my guild mates had a hard time downloading ArcDPS or rememberin ### The auditable way 1. Download the latest Release from [the releases page](https://github.com/solacelost/update-arcdps/releases). 1. Unzip it to the directory of your choice - the location doesn't matter -1. Review the script on your computer to ensure you're okay with what it does - you only need the Update-ArcDPS.ps1 script, not the Bootstrap. You can reach it via the [raw URL](https://raw.githubusercontent.com/solacelost/update-arcdps/0.3.7/Update-ArcDPS.ps1) and copy/paste, if you like. +1. Review the script on your computer to ensure you're okay with what it does - you only need the Update-ArcDPS.ps1 script, not the Bootstrap. You can reach it via the [raw URL](https://raw.githubusercontent.com/solacelost/update-arcdps/0.4.0/Update-ArcDPS.ps1) and copy/paste, if you like. 1. Open a PowerShell window with the -executionpolicy Bypass option set and run the script with -CreateShortcut: 1. Suppose you unzipped Update-ArcDPS.ps1 to your Desktop on the user named James. 1. Right click on your Start button and click "Run", or press Ctrl+R on your keyboard.