-
Notifications
You must be signed in to change notification settings - Fork 4
Install Manjaro
Mani edited this page Sep 13, 2021
·
1 revision
-
Copy following commands then paste and run it in Termux
pkg install wget && wget https://raw.githubusercontent.com/infinyte7/manjaro-fs-arm64/main/manjaro.sh && chmod +x manjaro.sh && ./manjaro.sh
- Install missing dependencies. (For audio)
- Select
Install the latest rootfs
- Specify the installation directory
- Wait for download to complete
- Enter new username
- Enter new password
- Add Manjaro default theme
Copy and run in Termux (Manjaro proot) to copy default overlays. Make backup of
$HOME/.config
folder.
cp -r /etc/skel/.config $HOME
- Now run vncserver and setup password
vncserver-start
- Open RealVNC app and connect to address as shown on screen
Address
localhost:1
Name
Manjaro
- Before exiting from Termux stop vncserver
vncserver-stop
or
vncserver -kill :1