mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
changed example sudo to smarter format
This commit is contained in:
parent
fd199999ac
commit
73f346f275
1 changed files with 2 additions and 3 deletions
|
|
@ -23,12 +23,11 @@ First of all, promote the shell to root. Almost of the procedure requires root p
|
||||||
In case of Ubuntu :
|
In case of Ubuntu :
|
||||||
```bash
|
```bash
|
||||||
# Promote to the root user
|
# Promote to the root user
|
||||||
sudo -i
|
sudo -i /bin/bash
|
||||||
```
|
```
|
||||||
In case of Void-Linux :
|
In case of Void-Linux :
|
||||||
```bash
|
```bash
|
||||||
sudo -i
|
sudo -i /bin/bash
|
||||||
bash
|
|
||||||
xbps-install -Su xbps nano
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue