root.sh 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #!/bin/bash
  2. apt update -y
  3. apt upgrade -y
  4. apt autoremove -y
  5. apt install -y wget
  6. apt install -y curl
  7. apt install -y emacs
  8. apt install -y i3 i3-wm i3blocks
  9. apt install -y git
  10. apt install -y fonts-liberation ttf-bitstream-vera
  11. apt install -y aspell aspell-en aspell-es
  12. apt install -y lz4
  13. apt install -y libzzip-0-13
  14. apt install -y unar
  15. apt install -y p7zip lrzip
  16. apt install -y zip unzip
  17. apt install -y udevil
  18. apt install -y ntfs-3g
  19. apt install -y exfatprogs dosfstools
  20. apt install -y xfsprogs
  21. apt install -y ffmpeg x264 vorbis-tools
  22. apt install -y qtox
  23. apt install -y mpv
  24. apt install -y wget
  25. apt install -y picom
  26. apt install -y feh
  27. apt install -y i3blocks
  28. apt install -y dmenu
  29. apt install -y gimp
  30. apt install -y sakura
  31. apt install -y fonts-hack-ttf
  32. apt install -y hspell
  33. apt install -y android-file-transfer
  34. apt install -y simplescreenrecorder
  35. apt install -y tree
  36. apt install -y bubblewrap
  37. apt install -y htop
  38. apt install -y android-sdk-platform-tools
  39. apt install -y scrcpy
  40. apt install -y scrub
  41. apt install -y gtypist
  42. apt install -y conky
  43. apt install -y openntpd
  44. apt install -y tor
  45. apt install -y espeak
  46. apt install -y scrot
  47. apt install -y acpi
  48. apt install -y pavucontrol
  49. apt install -y youtube-dl
  50. apt install -y socat
  51. apt install -y markdown
  52. apt install -y libtext-multimarkdown-perl
  53. apt install -y elpa-markdown-mode
  54. apt install -y dzen2
  55. apt install -y zsnes
  56. apt install -y pandoc
  57. apt install -y wmctrl
  58. apt install -y mupdf
  59. apt install -y texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
  60. apt install -y xclip
  61. apt install -y xserver-xorg-input-synaptics
  62. apt install -y mplayer
  63. nptd -s
  64. gpasswd -a user adbusers
  65. gpasswd -a user uucp
  66. gpasswd -a user kvm
  67. gpasswd -a user tor
  68. chown user:user /opt
  69. echo VEENON > /etc/index.html