Skip to content

Commit c8ffa4a

Browse files
authored
Update README.md
To be on safe side so that we don't face error while installing
1 parent e8bd214 commit c8ffa4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ It is recommended to downgrade Tigervnc to 1.10.1. [View this for more](https://
2121
Copy this and paste it in termux and follow steps to install
2222

2323
```
24-
pkg install wget && wget https://raw.githubusercontent.com/krmanik/Manjaro-Linux-on-Android/master/manjaro.sh && chmod +x manjaro.sh && ./manjaro.sh
24+
pkg install -y wget proot pv pulseaudio && wget https://raw.githubusercontent.com/krmanik/Manjaro-Linux-on-Android/master/manjaro.sh && chmod +x manjaro.sh && ./manjaro.sh
2525
```
2626

2727

2828
## Install Manjaro cli only and install DE or WM manually
2929

3030
1. Install wget and get `manjaro.sh` script
3131
```
32-
pkg install wget
32+
pkg install -y wget proot pv pulseaudio
3333
wget https://raw.githubusercontent.com/krmanik/Manjaro-Linux-on-Android/master/manjaro.sh
3434
chmod +x manjaro.sh
3535
./manjaro.sh

0 commit comments

Comments
 (0)