From 5a6fc99dbee73ac735e28ca8d32fe6fcc6f9a492 Mon Sep 17 00:00:00 2001 From: J Date: Fri, 14 Aug 2015 18:30:28 -0400 Subject: [PATCH] added bash as a package, gogs requires it --- gogs_root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gogs_root.sh b/gogs_root.sh index 505d5b1..1b44920 100755 --- a/gogs_root.sh +++ b/gogs_root.sh @@ -26,7 +26,7 @@ echo "Updating packages" echo "Upgrading packages" /usr/sbin/pkg upgrade -y echo "Installing memcached, redis & go" -/usr/sbin/pkg install -y memcached redis go git +/usr/sbin/pkg install -y memcached redis go git bash echo "Enabling & starting memcached & redis" echo memcached_enable="YES" >> /etc/rc.conf echo redis_enable="YES" >> /etc/rc.conf