diff --git a/010_apt-get.sh b/010_apt-get.sh index 8726730..36c72cd 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 <