update instructions
This commit is contained in:
parent
5125679cbd
commit
bcbcba5cee
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ Option a: rsync
|
||||||
rsync path/to/portal grace@listener.local:portal
|
rsync path/to/portal grace@listener.local:portal
|
||||||
|
|
||||||
Option b: wget
|
Option b: wget
|
||||||
sudo apt install wget unzip
|
|
||||||
|
|
||||||
### Run the install script
|
### Run the install script
|
||||||
|
|
||||||
|
|
@ -55,6 +54,8 @@ sudo apt install wget unzip
|
||||||
ssh grace@portal.local
|
ssh grace@portal.local
|
||||||
sudo apt install wget unzip
|
sudo apt install wget unzip
|
||||||
wget https://git.featherboaz.com/boazsender/portal/archive/main.zip
|
wget https://git.featherboaz.com/boazsender/portal/archive/main.zip
|
||||||
|
unzip main
|
||||||
|
rm main.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using node and npm
|
### Using node and npm
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue