Remove unwanted gnome-initial-setup package

This commit is contained in:
Jeremy Gardais 2023-09-21 11:35:05 +02:00
parent 86fd9835da
commit 27d1522793
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -56,7 +56,7 @@ systemctl restart rsyslog
aptitude --assume-yes install -- tmux vim-nox zsh
# Ensure to remove some "too"-basic packages
aptitude --assume-yes remove -- vim-tiny
aptitude --assume-yes remove -- vim-tiny gnome-initial-setup
# If no X display is expected
if [ ! "$(dpkg --list -- xorg)" ]; then