File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ It is recommended to downgrade Tigervnc to 1.10.1. [View this for more](https://
21
21
Copy this and paste it in termux and follow steps to install
22
22
23
23
```
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
25
25
```
26
26
27
27
28
28
## Install Manjaro cli only and install DE or WM manually
29
29
30
30
1 . Install wget and get ` manjaro.sh ` script
31
31
```
32
- pkg install wget
32
+ pkg install -y wget proot pv pulseaudio
33
33
wget https://raw.githubusercontent.com/krmanik/Manjaro-Linux-on-Android/master/manjaro.sh
34
34
chmod +x manjaro.sh
35
35
./manjaro.sh
You can’t perform that action at this time.
0 commit comments