Skip to content

Commit 507e850

Browse files
KloadutYunoHost
authored and
YunoHost
committed
Update create_live_usb.md
1 parent 3968bea commit 507e850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_live_usb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cd /tmp/yunohost_install && ./autoinstall_yunohostv2
6969
```bash
7070
echo "127.0.0.1 yunohost.org" >> /etc/hosts
7171
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
72+
echo -e "if [ -z \"\$DISPLAY\" ] && [ \$(tty) == /dev/tty1 ]; \nthen \n startx \nfi" >> /root/.bashrc
7373
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n YunoHostCA -i /etc/yunohost/certs/yunohost.org/ca.pem
7474
certutil -d sql:$HOME/.pki/nssdb -A -t "P,," -n YunoHostCrt -i /etc/yunohost/certs/yunohost.org/crt.pem
7575
```

0 commit comments

Comments
 (0)