Fixed first line of install instructions
parent
60eac6dcc6
commit
a3e78eae72
|
@ -1,5 +1,3 @@
|
|||
# dev_endboard
|
||||
|
||||
Description
|
||||
|
||||
endboard is a textboard, intented for the use as a small service on tor
|
||||
|
@ -198,8 +196,7 @@ The same for securing your server and making sure it doesn't blab.
|
|||
|
||||
Update your system and install needed components:
|
||||
|
||||
``` apt update && apt upgrade -y```
|
||||
``` apt install -y php php-json php-mbstring php-sqlite3 php-fpm nginx```
|
||||
``` apt update && apt upgrade -y && apt install -y php php-json php-mbstring php-sqlite3 php-fpm nginx```
|
||||
|
||||
Make directories:
|
||||
|
||||
|
|
Loading…
Reference in New Issue