From 13f7f0fddf3de1e7596aec6f8650999f3686d0fe Mon Sep 17 00:00:00 2001 From: mbugeia Date: Sat, 26 Dec 2015 14:15:26 +0100 Subject: [PATCH] Update before installing dependencies Former-commit-id: 8a0018517b8e7a064856f51f4dd17cae10510cc0 --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index a7acbaa..70af46d 100644 --- a/scripts/install +++ b/scripts/install @@ -36,6 +36,7 @@ sudo yunohost app checkurl $domain$path -a $app \ || (echo "Path not available: $domain$path" && exit 1) # Check dependencies +sudo apt-get update sudo apt-get install -qq python2.7 python-setuptools python-simplejson python-imaging python-mysqldb python-flup expect # Copy files to the right place