LasterRooker

Kubuntu Desktop On Termux-x11

Jun 16th, 2023 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. #I used zshell.If you didn't install zsh yet,you can install it.
  2.  
  3. #zsh
  4.  
  5. https://www.mediafire.com/file/6j7y2b5ilgfhpco/zsh.tar.xz/file
  6.  
  7. #After Download
  8.  
  9. pkg up -y && pkg i -y zsh
  10.  
  11. termux-setup-storage
  12.  
  13. mv /sdcard/download/zsh.tar.xz ~/
  14.  
  15. tar -xvJf ~/zsh.tar.xz
  16.  
  17. mv ~/zsh/.* ~/ && rm -rf ~/zsh
  18.  
  19. chsh -s zsh && exit
  20.  
  21. #After installed zsh
  22.  
  23. echo "killall pulseaudio &>/dev/null" >>~/.zshrc
  24.  
  25. echo "pulseaudio --start --exit-idle-time=-1; pacmd load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" >>~/.zshrc
  26.  
  27.  
  28. pkg up -y && pkg i -y x11-repo && pkg i -y proot pulseaudio termux-x11-nightly
  29.  
  30. mv /sdcard/download/androkde-fs.tar.xz ~/
  31.  
  32. tar - xvJf androkde-fs.tar.xz
  33.  
  34. termux-x11 :1 &
  35.  
  36. bash ~/start-androkde.sh
  37.  
  38. kde
  39.  
  40. #Download_Here
  41.  
  42. https://www.mediafire.com/file/5d8aitew9zjshzr/androkde-fs.tar.xz/file
  43.  
  44. #Watch Video
  45.  
  46. https://youtu.be/XeFYUr35mU0
  47.  
Add Comment
Please, Sign In to add comment