#!/bin/bash
set -e
sudo add-apt-repository ppa:jonathonf/vim -y
sudo apt update
sudo apt install -y vim