Skip to content

Install Manjaro

Mani edited this page Sep 13, 2021 · 1 revision
  1. Install Termux from F-Droid and RealVNC from play store

  2. 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
  1. Install missing dependencies. (For audio)
  2. Select Install the latest rootfs
  3. Specify the installation directory
  4. Wait for download to complete
  5. Enter new username
  6. Enter new password
  7. 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
  1. Now run vncserver and setup password
vncserver-start
  1. Open RealVNC app and connect to address as shown on screen
Address
localhost:1

Name
Manjaro
  1. Before exiting from Termux stop vncserver
vncserver-stop

or

vncserver -kill :1
Clone this wiki locally