Remove unwanted gnome-initial-setup package
This commit is contained in:
parent
86fd9835da
commit
27d1522793
Binary file not shown.
|
@ -56,7 +56,7 @@ systemctl restart rsyslog
|
||||||
aptitude --assume-yes install -- tmux vim-nox zsh
|
aptitude --assume-yes install -- tmux vim-nox zsh
|
||||||
|
|
||||||
# Ensure to remove some "too"-basic packages
|
# 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 no X display is expected
|
||||||
if [ ! "$(dpkg --list -- xorg)" ]; then
|
if [ ! "$(dpkg --list -- xorg)" ]; then
|
||||||
|
|
Loading…
Reference in New Issue