mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update create_live_usb.md
This commit is contained in:
parent
0f9a1972c1
commit
3968beae2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue