install tinc, clipit, xclip
This commit is contained in:
parent
2cd84b9167
commit
1d4e5986f3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue