diff --git a/scripts/latecommand.tar.gz b/scripts/latecommand.tar.gz index 6e911e6..0019cc3 100644 Binary files a/scripts/latecommand.tar.gz and b/scripts/latecommand.tar.gz differ diff --git a/scripts/latecommand/post.bullseye.sh b/scripts/latecommand/post.bullseye.sh index e19f9c0..44cc76f 100755 --- a/scripts/latecommand/post.bullseye.sh +++ b/scripts/latecommand/post.bullseye.sh @@ -33,7 +33,10 @@ apt update apt -y full-upgrade # Ensure to have some basic packages -apt -y install aptitude tmux zsh +apt -y install aptitude tmux vim-nox zsh + +# Ensure to remove some "too"-basic packages +aptitude -y remove vim-tiny # If no X display is expected if [ ! "$(dpkg -l xorg)" ]; then diff --git a/scripts/latecommand/post.buster.sh b/scripts/latecommand/post.buster.sh index b1d1765..ad5a60d 100755 --- a/scripts/latecommand/post.buster.sh +++ b/scripts/latecommand/post.buster.sh @@ -33,7 +33,10 @@ apt update apt -y full-upgrade # Ensure to have some basic packages -apt -y install aptitude tmux zsh +apt -y install aptitude tmux vim-nox zsh + +# Ensure to remove some "too"-basic packages +aptitude -y remove vim-tiny # If no X display is expected if [ ! "$(dpkg -l xorg)" ]; then diff --git a/scripts/latecommand/post.stretch.sh b/scripts/latecommand/post.stretch.sh index 3ff22dd..fa92a30 100755 --- a/scripts/latecommand/post.stretch.sh +++ b/scripts/latecommand/post.stretch.sh @@ -27,7 +27,11 @@ apt update apt -y full-upgrade # Ensure to have some basic packages -apt -y install aptitude tmux zsh +apt -y install aptitude tmux vim-nox zsh + +# Ensure to remove some "too"-basic packages +aptitude -y remove vim-tiny + # Ensure to have some systemd basic packages aptitude -y install dbus libpam-systemd