Skip to content

Commit 3951055

Browse files
committed
Initial script to provision on FreeBSD
1 parent cb9c823 commit 3951055

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

scripts/freebsd/essentials.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Update ports
2+
sudo portsnap fetch extract
3+
4+
# Minimum required PHP install + pecl
5+
sudo pkg install pcre php56 php56-openssl php56-json pear autoconf cyrus-sasl
6+
7+
# We need vim. git requires curl. mongoc requires libtool and automake
8+
sudo pkg install vim git curl libtool automake
9+
10+
# I can't stand emacs
11+
echo 'set -o vi' | sudo tee /etc/profile.d/vishell.sh
12+
13+

0 commit comments

Comments
 (0)