mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
[enh] update to 6.0.2
This commit is contained in:
parent
283bdc01d9
commit
6aa36ca00a
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
5.3.3
|
||||
6.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue