5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-18 23:49:35 +00:00

Simplify install instructions

This commit is contained in:
kpcyrd 2014-11-01 06:49:42 +01:00
parent ecfccaf70e
commit 30d0aeb540

View File

@ -24,5 +24,5 @@ nano web_config.cfg
cp lighttp.example.conf lighttp.conf
nano lighttp.conf
sudo sh -c "echo 'include \"/path/to/fc00.org/web/lighttp.conf\"' >> /etc/lighttpd/lighttpd.conf"
echo 'include "/path/to/fc00.org/web/lighttp.conf"' | sudo tee -a /etc/lighttpd/lighttpd.conf"
```