From 53507c30a72d58187c257453e0d3d7afd36cc713 Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 16 Apr 2016 20:13:14 +0200 Subject: [PATCH] Upload limit #4 (fix bc installation) --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 955e850..bf85f2f 100644 --- a/scripts/install +++ b/scripts/install @@ -46,7 +46,7 @@ sudo rm $parent_path/master.zip sudo mv $parent_path/BoZoN-master $parent_path/$app # add required packages -sudo apt-get install php5-curl php5-gd +sudo apt-get install php5-curl php5-gd bc # copy files to final folder and set permissions sudo find $final_path -type f -name ".htaccess" | xargs sudo rm