packer/scripts/debian-install.sh

10 lines
147 B
Bash
Raw Normal View History

#!/bin/sh
# Debian/Ubuntu steps
sudo apt update
sudo apt upgrade -y
sudo apt install -y vim
wget -O - https://bootstrap.saltstack.com | sudo sh