[enh] update to 6.0.2

This commit is contained in:
Julien Malik 2015-01-24 09:44:34 +01:00
parent 283bdc01d9
commit 6aa36ca00a
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1 +1 @@
5.3.3
6.0.2