From 51415b57c61ceefd9a5458df07413b57494584cb Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Fri, 10 Feb 2017 20:12:46 -0500 Subject: [PATCH] Add apt-get update before apt-get install in install script --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index c7422e97..7a807f7f 100755 --- a/scripts/install +++ b/scripts/install @@ -33,6 +33,7 @@ sudo yunohost app checkurl "${domain}${path}" -a "$app" \ || ynh_die "The path ${domain}${path} is not available for app installation." # Install dependencies +sudo apt-get update sudo apt-get install -y -qq php5-cli php5-imagick php5-gd php5-mcrypt # Use 'hubzilla' as database name and user