From 73f346f2751710173172b6ea9ec7f1e74aaec82b Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Sat, 3 Jul 2021 12:14:33 +0900 Subject: [PATCH] changed example sudo to smarter format --- INSTALL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d6ac499..1aeb00f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.