Skip to content

Commit

Permalink
Update install command
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanpham-dev committed Jul 10, 2021
1 parent ec197cc commit c43db7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This installs Ubuntu 20 with xfce4 desktop on Termux. All scripts are from Andro
Copy and paste this command to Termux:

```bash
pkg update -y && pkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/tuanpham-dev/termux-ubuntu/master/ubuntu.sh && chmod +x ubuntu.sh && bash ubuntu.sh
pkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/tuanpham-dev/termux-ubuntu/master/ubuntu.sh && chmod +x ubuntu.sh && bash ubuntu.sh
```

## Run
Expand Down

0 comments on commit c43db7c

Please sign in to comment.