From 1d4e5986f3f7c3758b8ccd056a7ac6b4b8b88a1a Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Tue, 7 Mar 2017 15:35:13 +0100 Subject: [PATCH] install tinc, clipit, xclip --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index b0685f6..ba297a7 100755 --- a/install.sh +++ b/install.sh @@ -59,10 +59,10 @@ base_applications() { ssh \ sudo \ tar \ + tinc \ tmux \ tree \ - unattended-upgrades \ - xclip \ + vim \ zip \ --no-install-recommends @@ -88,7 +88,6 @@ install_server_base() { apt-get autoclean apt-get clean - echo "setting up logwatch..." cat <<-EOF > /etc/cron.daily/00logwatch /usr/sbin/logwatch --output mail --mailto you@example.com --detail high @@ -130,6 +129,7 @@ install_i3() { apt-get update apt-get install -y \ alsa-utils \ + clipit \ emacs25 \ feh \ fswebcam \ @@ -142,6 +142,7 @@ install_i3() { scrot \ shotwell \ slim \ + xclip \ xorg \ --no-install-recommends