Manage a correct vim package

Install vim-nox and remove vim-tiny
This commit is contained in:
Jeremy Gardais 2021-05-27 07:59:18 +02:00
parent ac768fe195
commit 6327caf838
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
4 changed files with 13 additions and 3 deletions

Binary file not shown.

View File

@ -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

View File

@ -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

View File

@ -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