89 lines
2.1 KiB
Bash
Executable File
89 lines
2.1 KiB
Bash
Executable File
#!/usr/bin/env bash
|
|
apt install -y software-properties-common apt-transport-https wget curl lvm2
|
|
apt install -y apt-file
|
|
apt install -y debconf-utils
|
|
apt install -y tree
|
|
apt install -y tmux
|
|
apt install -y xclip
|
|
apt install -y fzf
|
|
apt install -y ripgrep
|
|
apt install -y xsel
|
|
apt install -y neofetch
|
|
apt install -y sshpass
|
|
apt install -y moreutils
|
|
apt install -y git
|
|
apt install -y pastebinit
|
|
apt install -y gnutls-bin
|
|
apt install -y tig
|
|
apt install -y grc
|
|
apt install -y mtr
|
|
apt install -y ntpdate
|
|
apt install -y gawk
|
|
apt install -y gitk
|
|
apt install -y zsync
|
|
apt install -y jq
|
|
apt install -y pv
|
|
apt install -y rar
|
|
apt install -y pixz
|
|
apt install -y xz
|
|
apt install -y unzip
|
|
apt install -y kpartx
|
|
apt install -y entr
|
|
apt install -y inxi
|
|
apt --force-yes install -y xmlstarlet
|
|
apt install -y hexedit
|
|
apt install -y smem smemcap smemstat
|
|
apt install -y htop
|
|
apt install -y iotop
|
|
apt install -y iperf
|
|
apt install -y inotify-tools
|
|
apt install -y libguestfs-tools
|
|
apt install -y sysstat
|
|
apt install -y mpv
|
|
apt install -y netcat
|
|
apt install -y ethtool
|
|
apt install -y nftables
|
|
apt install -y firewalld
|
|
apt install -y iwd
|
|
apt install -y socat
|
|
apt install -y youtube-dl
|
|
apt install -y tor
|
|
apt install -y torsocks
|
|
apt install -y proxychains4
|
|
apt install -y cmus
|
|
#apt install -y scdl # build from git or pip install -y
|
|
#apt install -y checkinstall -y
|
|
apt install -y openntpd
|
|
apt install -y nmap
|
|
apt install -y gstreamer1.0-plugins-ugly gstreamer1.0-plugins-good gstreamer1.0-libav
|
|
|
|
apt install -y cuetools
|
|
apt install -y flac
|
|
apt install -y vorbis-tools
|
|
apt install -y sox
|
|
apt install -y wavpack
|
|
apt install -y shntool
|
|
apt install -y lltag
|
|
|
|
apt install -y firmware-iwlwifi #For thinkpad wifi: Intel 5100 AGN [Shiloh]
|
|
#apt install -y grub-pc grub2 gpart cgpt
|
|
apt install -y flex bison
|
|
apt install -y rsync
|
|
apt install -y socat
|
|
apt install -y proot
|
|
|
|
apt install -y rox-filer
|
|
apt install -y atril
|
|
apt install -y pandoc
|
|
#apt install -y libreoffice-pdfimport
|
|
|
|
apt install -y terminology
|
|
update-alternatives --set x-terminal-emulator /usr/bin/terminology
|
|
|
|
apt install -y geeqie
|
|
apt install -y vbindiff
|
|
apt install -y wxhexeditor
|
|
apt install -y lshw
|
|
apt install -y strace
|
|
|