From 63ef8f7b04d08089cb1f9183cd2616d99e57fa4b Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Tue, 6 May 2014 10:02:06 -0400 Subject: [PATCH] missing wget dependency used by roundcube installation --- scripts/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system.sh b/scripts/system.sh index 76e33d2d..cd44d0df 100755 --- a/scripts/system.sh +++ b/scripts/system.sh @@ -22,7 +22,7 @@ fi # Install basic utilities. -apt_install python3 curl bind9-host +apt_install python3 wget curl bind9-host # Turn on basic services: #