install tinc, clipit, xclip
This commit is contained in:
parent
2cd84b9167
commit
1d4e5986f3
|
@ -59,10 +59,10 @@ base_applications() {
|
||||||
ssh \
|
ssh \
|
||||||
sudo \
|
sudo \
|
||||||
tar \
|
tar \
|
||||||
|
tinc \
|
||||||
tmux \
|
tmux \
|
||||||
tree \
|
tree \
|
||||||
unattended-upgrades \
|
vim \
|
||||||
xclip \
|
|
||||||
zip \
|
zip \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
|
@ -88,7 +88,6 @@ install_server_base() {
|
||||||
apt-get autoclean
|
apt-get autoclean
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
|
|
||||||
echo "setting up logwatch..."
|
echo "setting up logwatch..."
|
||||||
cat <<-EOF > /etc/cron.daily/00logwatch
|
cat <<-EOF > /etc/cron.daily/00logwatch
|
||||||
/usr/sbin/logwatch --output mail --mailto you@example.com --detail high
|
/usr/sbin/logwatch --output mail --mailto you@example.com --detail high
|
||||||
|
@ -130,6 +129,7 @@ install_i3() {
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
alsa-utils \
|
alsa-utils \
|
||||||
|
clipit \
|
||||||
emacs25 \
|
emacs25 \
|
||||||
feh \
|
feh \
|
||||||
fswebcam \
|
fswebcam \
|
||||||
|
@ -142,6 +142,7 @@ install_i3() {
|
||||||
scrot \
|
scrot \
|
||||||
shotwell \
|
shotwell \
|
||||||
slim \
|
slim \
|
||||||
|
xclip \
|
||||||
xorg \
|
xorg \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue