From 6aa36ca00a3b555337fc4fe48e69dfa3b9bccebe Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Sat, 24 Jan 2015 09:44:34 +0100 Subject: [PATCH] [enh] update to 6.0.2 --- scripts/install | 4 ++-- scripts/version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 545bbb5..ab33f70 100644 --- a/scripts/install +++ b/scripts/install @@ -23,14 +23,14 @@ sudo apt-get install acl -y -qq mkdir ../upstream version=$(cat version) -wget -O ../upstream/pydio-core.tar.gz http://sourceforge.net/projects/ajaxplorer/files/pydio/dev-channel/$version/pydio-core-$version.tar.gz +wget -O ../upstream/pydio-core.tar.gz http://sourceforge.net/projects/ajaxplorer/files/pydio/stable-channel/$version/pydio-core-$version.tar.gz tar xzf ../upstream/pydio-core.tar.gz -C ../upstream # Copy files to the right place final_path=/var/www/pydio data_path=/home/yunohost.app/pydio -# Create owncloud user +# Create pydio user sudo useradd -d /var/www/pydio pydio sudo mkdir -p $final_path diff --git a/scripts/version b/scripts/version index 3884b9b..9b9a244 100644 --- a/scripts/version +++ b/scripts/version @@ -1 +1 @@ -5.3.3 \ No newline at end of file +6.0.2