Browse Source

Update Readme to point at pi-host repo

Robert Middleswarth 3 years ago
parent
commit
88b0e27d66
2 changed files with 6 additions and 6 deletions
  1. 3 3
      build/templates/template_README.md
  2. 3 3
      docs/README.md

+ 3 - 3
build/templates/template_README.md

@@ -14,7 +14,7 @@ See the list of Apps included in this template [here](AppList.md).
 ### Installation
 Run `install-docker.sh`, to install docker, and add the current user to the docker usergroup.
 ```
-wget -qO- https://git.io/JwUkc | bash
+wget -qO- https://git.io/JS96e | bash
 # need to reboot/logout for changes to take effect
 ```
 
@@ -38,9 +38,9 @@ sudo reboot
 
 After a reboot, run `install-portainer.sh`, to install Portainer.io
 ```
-wget -qO- https://git.io/JwUnf | bash
+wget -qO- https://git.io/JS96L | bash
 # to update portainer, run this command
-wget -qO- https://git.io/JwUlY | bash
+wget -qO- https://git.io/JS96Y | bash
 ```
 Click Settings, in the bottom-left corner, and paste the Portainer v2 json file link from below into the "App Templates" box.
 

+ 3 - 3
docs/README.md

@@ -14,7 +14,7 @@ See the list of Apps included in this template [here](AppList.md).
 ### Installation
 Run `install-docker.sh`, to install docker, and add the current user to the docker usergroup.
 ```
-wget -qO- https://git.io/JwUkc | bash
+wget -qO- https://git.io/JS96e | bash
 # need to reboot/logout for changes to take effect
 ```
 
@@ -38,9 +38,9 @@ sudo reboot
 
 After a reboot, run `install-portainer.sh`, to install Portainer.io
 ```
-wget -qO- https://git.io/JwUnf | bash
+wget -qO- https://git.io/JS96L | bash
 # to update portainer, run this command
-wget -qO- https://git.io/JwUlY | bash
+wget -qO- https://git.io/JS96Y | bash
 ```
 Click Settings, in the bottom-left corner, and paste the Portainer v2 json file link from below into the "App Templates" box.