apt misc
This commit is contained in:
parent
f3f6e8fd31
commit
8b9aecc754
17
install/apt
17
install/apt
@ -1,15 +1,11 @@
|
|||||||
#!/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 \
|
||||||
@ -51,9 +47,10 @@ sudo apt install -y \
|
|||||||
inotify-tools \
|
inotify-tools \
|
||||||
notify-osd \
|
notify-osd \
|
||||||
fonts-open-sans \
|
fonts-open-sans \
|
||||||
libnotify-bin
|
libnotify-bin \
|
||||||
|
tree \
|
||||||
|
earlyoom
|
||||||
# sqlitebrowser
|
# sqlitebrowser
|
||||||
# earlyoom \
|
|
||||||
# etckeeper \
|
# etckeeper \
|
||||||
# geoclue-2.0 \
|
# geoclue-2.0 \
|
||||||
# gnome-software \
|
# gnome-software \
|
||||||
|
Loading…
Reference in New Issue
Block a user