changed example sudo to smarter format

This commit is contained in:
Suikan 2021-07-03 12:14:33 +09:00
parent fd199999ac
commit 73f346f275

View file

@ -23,12 +23,11 @@ First of all, promote the shell to root. Almost of the procedure requires root p
In case of Ubuntu :
```bash
# Promote to the root user
sudo -i
sudo -i /bin/bash
```
In case of Void-Linux :
```bash
sudo -i
bash
sudo -i /bin/bash
xbps-install -Su xbps nano
```
The nano is editor package to configure the config.txt. The editor choice is up to you. Kaiten-yaki script doesn't have dependency to nano editor.