Renamed post-install scripts to more accurately define when they're to be run
This commit is contained in:
7
scripts/freebsd-install.sh
Normal file
7
scripts/freebsd-install.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# FreeBSD steps
|
||||
sudo pkg update
|
||||
sudo pkg upgrade -y
|
||||
|
||||
sudo pkg install -y vim py39-salt
|
Reference in New Issue
Block a user