Renamed post-install scripts to more accurately define when they're to be run

This commit is contained in:
2024-04-21 12:30:20 -04:00
parent f438cb7c92
commit ae110e4fda
8 changed files with 5 additions and 5 deletions

7
scripts/rhel-install.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
sudo dnf update -y
sudo dnf install -y vim
wget -O - https://bootstrap.saltstack.com | sudo sh