From 3968beae2aac542469d83455a055ea3de9ad1dd4 Mon Sep 17 00:00:00 2001 From: "kload@kload.fr" Date: Mon, 2 Jun 2014 12:56:49 +0200 Subject: [PATCH] Update create_live_usb.md --- create_live_usb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_live_usb.md b/create_live_usb.md index 3a82445e..a34dc827 100644 --- a/create_live_usb.md +++ b/create_live_usb.md @@ -69,7 +69,7 @@ cd /tmp/yunohost_install && ./autoinstall_yunohostv2 ```bash echo "127.0.0.1 yunohost.org" >> /etc/hosts echo "chromium --user-data-dir=/root/.config/chromium --app=https://yunohost.org/yunohost/admin/" >> /etc/xdg/openbox/autostart -echo -e "if [ -z \"$DISPLAY\" ] && [ $(tty) == /dev/tty1 ]; \nthen \n startx \nfi" >> /root/.bashrc +echo -e "if [ -z \"\$DISPLAY\" ] && [ $(tty) == /dev/tty1 ]; \nthen \n startx \nfi" >> /root/.bashrc certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n YunoHostCA -i /etc/yunohost/certs/yunohost.org/ca.pem certutil -d sql:$HOME/.pki/nssdb -A -t "P,," -n YunoHostCrt -i /etc/yunohost/certs/yunohost.org/crt.pem ```