packer/scripts/rhel-install.sh

8 lines
108 B
Bash

#!/bin/sh
sudo dnf update -y
sudo dnf install -y vim
wget -O - https://bootstrap.saltstack.com | sudo sh