From 3cdd2dfa0cbc1272c653adfdf3e9d67a2367af63 Mon Sep 17 00:00:00 2001 From: Cyteen Date: Fri, 12 Apr 2019 22:22:08 +0100 Subject: [PATCH] Small changes and new motd. --- 010_apt-get.sh | 1 + 020_git-lfs.sh | 5 +++++ 020_neofetch_motd.sh | 13 +++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 020_neofetch_motd.sh diff --git a/010_apt-get.sh b/010_apt-get.sh index 3f60014..8aa1428 100644 --- a/010_apt-get.sh +++ b/010_apt-get.sh @@ -4,6 +4,7 @@ apt-get -y install tree apt-get -y install tmux apt-get -y install xclip apt-get -y install xsel +apt-get -y install neofetch apt-get -y install sshpass apt-get -y install git apt-get -y install tig diff --git a/020_git-lfs.sh b/020_git-lfs.sh index 7c85703..9be538f 100644 --- a/020_git-lfs.sh +++ b/020_git-lfs.sh @@ -12,10 +12,15 @@ then elif [ "$dist" == 'ascii' ] then DIST='stretch' +elif [ "$dist" == 'beowulf' ] +then + DIST='buster' else [ "$dist" == 'ceres' ] DIST='sid' fi +# FIXME: buster version no yet available +DIST='stretch' OS=debian DEST=/etc/apt/sources.list-available diff --git a/020_neofetch_motd.sh b/020_neofetch_motd.sh new file mode 100644 index 0000000..91431f5 --- /dev/null +++ b/020_neofetch_motd.sh @@ -0,0 +1,13 @@ +#!/bin/bash +apt-get install -y neofetch + +mkdir -p /etc/update-motd.d +cat > /etc/update-motd.d/20neofetch <