This commit is contained in:
Anthony Axenov 2024-07-31 23:18:15 +08:00
parent f3f6e8fd31
commit 8b9aecc754
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

View File

@ -1,62 +1,59 @@
#!/bin/bash #!/bin/bash
##makedesc: Install bunch of software from apt ##makedesc: Install software from apt
source `dirname $0`/../helpers || exit 255
echo title
echo "==============================================="
echo "Installing software from apt..."
echo "==============================================="
echo
sudo apt update && \ sudo apt update && \
sudo apt upgrade -y --autoremove sudo apt upgrade -y --autoremove && \
sudo apt install -y \
sudo apt install -y \ alien \
alien \ apt-transport-https \
apt-transport-https \ build-essential \
build-essential \ ca-certificates \
ca-certificates \ cmake \
cmake \ curl \
curl \ dconf-editor \
dconf-editor \ default-jdk \
default-jdk \ dialog \
dialog \ gettext \
gettext \ gnupg \
gnupg \ gparted \
gparted \ hardinfo \
hardinfo \ htop \
htop \ libaio1 \
libaio1 \ libcurl4-gnutls-dev \
libcurl4-gnutls-dev \ libexpat1-dev \
libexpat1-dev \ libghc-zlib-dev \
libghc-zlib-dev \ libssl-dev \
libssl-dev \ lsb-release \
lsb-release \ lsp-plugins \
lsp-plugins \ make \
make \ mc \
mc \ meld \
meld \ nano \
nano \ neofetch \
neofetch \ net-tools \
net-tools \ nmap \
nmap \ p7zip-full \
p7zip-full \ pulseeffects \
pulseeffects \ software-properties-common \
software-properties-common \ terminator \
terminator \ ubuntu-restricted-extras \
ubuntu-restricted-extras \ unzip \
unzip \ vlc \
vlc \ ffmpeg \
ffmpeg \ xclip \
xclip \ inotify-tools \
inotify-tools \ notify-osd \
notify-osd \ fonts-open-sans \
fonts-open-sans \ libnotify-bin \
libnotify-bin tree \
# sqlitebrowser earlyoom
# earlyoom \ # sqlitebrowser
# etckeeper \ # etckeeper \
# geoclue-2.0 \ # geoclue-2.0 \
# gnome-software \ # gnome-software \
# minder \ # minder \
# redshift \ # redshift \
# redshift-gtk # redshift-gtk