Advertisement
metalx1000

Termux VNC Desktop Setup

Jan 17th, 2022
1,975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. #Termux Desktop Setup
  2. fdroidcl install com.termux
  3. termux-setup-storage
  4.  
  5. pkg install git
  6. git clone --depth=1 https://github.com/adi1090x/termux-desktop.git
  7. cd termux-desktop
  8. chmod +x setup.sh
  9. ./setup.sh --install
  10.  
  11. #RESTART Termux
  12. startdesktop
  13.  
  14. #INSTALL A VNC VIEWER
  15. #https://cloudflare.f-droid.org/en/packages/com.gaurav.avnc/
  16. fdroidcl install com.gaurav.avnc
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement