diff --git a/just_lxc.sh b/just_lxc.sh index 1cf7f91..0e9c197 100644 --- a/just_lxc.sh +++ b/just_lxc.sh @@ -14,4 +14,5 @@ ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime apt update DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -y -qq dist-upgrade -DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" $LXC_TOOLSET \ No newline at end of file +DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" $LXC_TOOLSET +sed -i "s|\"syntax on|syntax on|g" /etc/vim/vimrc \ No newline at end of file