diff options
author | Mateja <mail@matejamaric.com> | 2020-11-25 21:12:56 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-11-25 21:12:56 +0100 |
commit | 652acedbfe46b9df8a327473c0327d589c2e3f22 (patch) | |
tree | 0add3d3c71181fa8bdeabe341f70dbd92693c943 | |
parent | ae6dbb4415c26e5f03af5985affe2bd97f556f41 (diff) | |
download | setup-scripts-652acedbfe46b9df8a327473c0327d589c2e3f22.tar.gz setup-scripts-652acedbfe46b9df8a327473c0327d589c2e3f22.zip |
Adding more packages
-rwxr-xr-x | setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,9 +40,10 @@ fi echo "Installing additional software..." sudo apt install -y numlockx pcmanfm -sudo apt install -y dunst udiskie rsync dnsutils +sudo apt install -y dunst libnotify-bin udiskie rsync dnsutils sudo apt install -y feh suckless-tools rofi scrot sudo apt install -y thunderbird libreoffice +sudo apt install -y zathura zathura-pdf-poppler sudo apt install -y newsboat ffmpeg mpd mpc ncmpcpp mpv sudo systemctl disable --now mpd |