Renamed post-install scripts to more accurately define when they're to be run
This commit is contained in:
9
scripts/debian-install.sh
Normal file
9
scripts/debian-install.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/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
|
Reference in New Issue
Block a user