We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3968bea commit 507e850Copy full SHA for 507e850
create_live_usb.md
@@ -69,7 +69,7 @@ cd /tmp/yunohost_install && ./autoinstall_yunohostv2
69
```bash
70
echo "127.0.0.1 yunohost.org" >> /etc/hosts
71
echo "chromium --user-data-dir=/root/.config/chromium --app=https://yunohost.org/yunohost/admin/" >> /etc/xdg/openbox/autostart
72
-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
73
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n YunoHostCA -i /etc/yunohost/certs/yunohost.org/ca.pem
74
certutil -d sql:$HOME/.pki/nssdb -A -t "P,," -n YunoHostCrt -i /etc/yunohost/certs/yunohost.org/crt.pem
75
```
0 commit comments