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