Update docs: cd /opt before git clone
This commit is contained in:
@@ -33,7 +33,8 @@ sudo apt-get update && sudo apt-get install -y git
|
|||||||
## Step 4: Clone & Run Setup
|
## Step 4: Clone & Run Setup
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone -b 4.1 https://github.com/adlee-was-taken/stegasoo.git
|
cd /opt
|
||||||
|
git clone -b 4.1 https://github.com/adlee-was-taken/stegasoo.git stegasoo
|
||||||
cd stegasoo
|
cd stegasoo
|
||||||
./rpi/setup.sh
|
./rpi/setup.sh
|
||||||
```
|
```
|
||||||
@@ -116,7 +117,7 @@ zstdcat stegasoo-rpi-*.img.zst | sudo dd of=/dev/sdX bs=4M status=progress
|
|||||||
# On Pi (after SSH):
|
# On Pi (after SSH):
|
||||||
sudo chown admin:admin /opt
|
sudo chown admin:admin /opt
|
||||||
sudo apt-get update && sudo apt-get install -y git
|
sudo apt-get update && sudo apt-get install -y git
|
||||||
git clone -b 4.1 https://github.com/adlee-was-taken/stegasoo.git
|
cd /opt && git clone -b 4.1 https://github.com/adlee-was-taken/stegasoo.git stegasoo
|
||||||
cd stegasoo && ./rpi/setup.sh
|
cd stegasoo && ./rpi/setup.sh
|
||||||
sudo systemctl start stegasoo
|
sudo systemctl start stegasoo
|
||||||
curl -k https://localhost:5000
|
curl -k https://localhost:5000
|
||||||
|
|||||||
@@ -12,8 +12,9 @@ sudo chown $USER:$USER /opt
|
|||||||
sudo apt-get update && sudo apt-get install -y git
|
sudo apt-get update && sudo apt-get install -y git
|
||||||
|
|
||||||
# Clone and run setup
|
# Clone and run setup
|
||||||
git clone -b 4.1 https://github.com/adlee-was-taken/stegasoo.git /opt/stegasoo
|
cd /opt
|
||||||
cd /opt/stegasoo
|
git clone -b 4.1 https://github.com/adlee-was-taken/stegasoo.git stegasoo
|
||||||
|
cd stegasoo
|
||||||
./rpi/setup.sh
|
./rpi/setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -138,8 +139,9 @@ sudo chown admin:admin /opt
|
|||||||
sudo apt-get update && sudo apt-get install -y git
|
sudo apt-get update && sudo apt-get install -y git
|
||||||
|
|
||||||
# Clone and run setup
|
# Clone and run setup
|
||||||
git clone -b 4.1 https://github.com/adlee-was-taken/stegasoo.git /opt/stegasoo
|
cd /opt
|
||||||
cd /opt/stegasoo
|
git clone -b 4.1 https://github.com/adlee-was-taken/stegasoo.git stegasoo
|
||||||
|
cd stegasoo
|
||||||
./rpi/setup.sh
|
./rpi/setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user