Renamed post-install scripts to more accurately define when they're to be run
This commit is contained in:
7
scripts/rhel-install.sh
Normal file
7
scripts/rhel-install.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo dnf update -y
|
||||
|
||||
sudo dnf install -y vim
|
||||
|
||||
wget -O - https://bootstrap.saltstack.com | sudo sh
|
Reference in New Issue
Block a user