Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/chroot/arch_chroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ passwd droidmaster

- Add the user to `sudoers` file so you can execute `sudo` commands
```
nano /etc/sudoers
visudo
```
```
# Paste this
Expand Down
2 changes: 1 addition & 1 deletion Documentation/chroot/debian_chroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ passwd droidmaster

9. Add the created user to sudoers file to have superuser privileges:
```
nano /etc/sudoers
visudo
```
Add this line:
```
Expand Down
2 changes: 1 addition & 1 deletion Documentation/proot/alpine_proot.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ apk add sudo nano dbus-x11 xfce4
* Create a new user and give it sudo privileges:
```
adduser droidmaster
nano /etc/sudoers
visudo

# Add the following line to the sudoers file
droidmaster All=(ALL:ALL) ALL
Expand Down
4 changes: 2 additions & 2 deletions Documentation/proot/arch_proot.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ passwd droidmaster
```
* Give sudo permissions to the user
```
nano /etc/sudoers
visudo
```
```
# Paste the following line
Expand Down Expand Up @@ -107,7 +107,7 @@ passwd droidmaster
```
* Give sudo permissions to the user
```
nano /etc/sudoers
visudo
```
```
# Paste the following line
Expand Down
2 changes: 1 addition & 1 deletion Documentation/proot/debian_proot.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ adduser droidmaster
```
3. Give the user sudo privileges
```
nano /etc/sudoers
visudo

# Add the following line to the file
droidmaster ALL=(ALL:ALL) ALL
Expand Down
2 changes: 1 addition & 1 deletion Documentation/proot/voidlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ xbps-install lxde xfce4 xfce4-terminal
useradd droidmaster
passwd droidmaster

nano /etc/sudoers
visudo

# Add the following line to the sudoers file
droidmaster All=(ALL:ALL) ALL
Expand Down
4 changes: 2 additions & 2 deletions README_old.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ adduser droidmaster
```
3. Give the user sudo privileges
```
nano /etc/sudoers
visudo

# Add the following line to the file
droidmaster ALL=(ALL:ALL) ALL
Expand Down Expand Up @@ -686,7 +686,7 @@ passwd droidmaster

10. Add the created user to sudoers file to have superuser privileges:
```
nano /etc/sudoers
visudo
```
Add this line:
```
Expand Down