Skip to content

Commit f3c0dab

Browse files
authored
docs: Termux correct packages to install
Updated some erroneously missing packages (vim and sudo) necessary for multi-user setup.
1 parent 90a3cd7 commit f3c0dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/termux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pkg up -y && pkg in proot-distro -y && proot-distro install debian && proot-dist
2929
3. Run the following commands to setup Debian:
3030

3131
```bash
32-
apt update && apt upgrade -y && apt-get install git -y
32+
apt update && apt upgrade -y && apt-get install sudo vim git -y
3333
```
3434

3535
4. Install [NVM](https://github.com/nvm-sh/nvm#install--update-script) by following the install guide in the README, just a curl/wget command.

0 commit comments

Comments
 (0)