From eeec826eda8af3bccce43aae5511abfe675ff8cf Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 19 Feb 2015 20:53:24 -0800 Subject: update the install doc for addons - the procedure is a bit different now (although it shouldn't break anything on existing sites.) --- util/add_addon_repo | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/add_addon_repo b/util/add_addon_repo index 1425143bb..caefe820c 100755 --- a/util/add_addon_repo +++ b/util/add_addon_repo @@ -6,6 +6,7 @@ if [ $# -eq '3' ]; then fi mkdir -p extend/addon/$2 +mkdir addon > /dev/null 2>&1 git clone $1 extend/addon/$2 if [ $? -eq '0' ]; then exit $? -- cgit v1.2.3