summaryrefslogtreecommitdiff
path: root/scripts/freebsd/before_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/freebsd/before_install.sh')
-rw-r--r--scripts/freebsd/before_install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/freebsd/before_install.sh b/scripts/freebsd/before_install.sh
new file mode 100644
index 00000000..f2bee321
--- /dev/null
+++ b/scripts/freebsd/before_install.sh
@@ -0,0 +1,3 @@
+#!/bin/tcsh
+
+su -m root -c 'pkg install -y git'