1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- #!/bin/bash
- apt update -y
- apt upgrade -y
- apt autoremove -y
- apt install -y wget
- apt install -y curl
- apt install -y emacs
- apt install -y i3 i3-wm i3blocks
- apt install -y git
- apt install -y fonts-liberation ttf-bitstream-vera
- apt install -y aspell aspell-en aspell-es
- apt install -y lz4
- apt install -y libzzip-0-13
- apt install -y unar
- apt install -y p7zip lrzip
- apt install -y zip unzip
- apt install -y udevil
- apt install -y ntfs-3g
- apt install -y exfatprogs dosfstools
- apt install -y xfsprogs
- apt install -y ffmpeg x264 vorbis-tools
- apt install -y qtox
- apt install -y mpv
- apt install -y wget
- apt install -y picom
- apt install -y feh
- apt install -y i3blocks
- apt install -y dmenu
- apt install -y gimp
- apt install -y sakura
- apt install -y fonts-hack-ttf
- apt install -y hspell
- apt install -y android-file-transfer
- apt install -y simplescreenrecorder
- apt install -y tree
- apt install -y bubblewrap
- apt install -y htop
- apt install -y android-sdk-platform-tools
- apt install -y scrcpy
- apt install -y scrub
- apt install -y gtypist
- apt install -y conky
- apt install -y openntpd
- apt install -y tor
- apt install -y espeak
- apt install -y scrot
- apt install -y acpi
- apt install -y pavucontrol
- apt install -y youtube-dl
- apt install -y socat
- apt install -y markdown
- apt install -y libtext-multimarkdown-perl
- apt install -y elpa-markdown-mode
- apt install -y dzen2
- apt install -y zsnes
- apt install -y pandoc
- apt install -y wmctrl
- apt install -y mupdf
- apt install -y texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
- apt install -y xclip
- apt install -y xserver-xorg-input-synaptics
- apt install -y mplayer
- nptd -s
- gpasswd -a user adbusers
- gpasswd -a user uucp
- gpasswd -a user kvm
- gpasswd -a user tor
- chown user:user /opt
- echo VEENON > /etc/index.html
|