Skip to content

Commit 4c6f84e

Browse files
authored
Update Raspbian.md
1 parent b218c89 commit 4c6f84e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/install-instructions/Raspbian.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ git clone https://github.com/DShield-ISC/dshield.git
4848
- run the installation script, in case you do have an earlier system, copy the files `/etc/dshield.ini` and `/etc/dshield.sslca` from that system to `/etc`; you will be able to reuse the data entered for that system.
4949
```
5050
cd dshield/bin
51-
sudo ./install.sh
51+
./install.sh
52+
(older versions required sudo)
5253
```
5354
- if curious watch the debug log file in parallel to the installation: connect with an additional ssh session to the system and run (name of the log file will be printed out by the installation script):
5455
```

0 commit comments

Comments
 (0)