mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Update Source
Solve Issue https://github.com/YunoHost-Apps/seafile_ynh/issues/28
This commit is contained in:
parent
15381618c9
commit
8bf60f706d
1 changed files with 2 additions and 2 deletions
|
@ -39,10 +39,10 @@ get_source() {
|
||||||
md5sum=$armsum
|
md5sum=$armsum
|
||||||
elif [[ $1 == 'x86-64' ]]
|
elif [[ $1 == 'x86-64' ]]
|
||||||
then
|
then
|
||||||
wget -q -O '/tmp/seafile_src.tar.gz' 'https://bintray.com/artifact/download/seafile-org/seafile/seafile-server_'$2'_x86-64.tar.gz'
|
wget -q -O '/tmp/seafile_src.tar.gz' 'https://download.seadrive.org/seafile-server_'$2'_x86-64.tar.gz'
|
||||||
md5sum=$x86_64sum
|
md5sum=$x86_64sum
|
||||||
else
|
else
|
||||||
wget -q -O '/tmp/seafile_src.tar.gz' 'https://bintray.com/artifact/download/seafile-org/seafile/seafile-server_'$2'_i386.tar.gz'
|
wget -q -O '/tmp/seafile_src.tar.gz' 'https://download.seadrive.org/seafile-server_'$2'_i386.tar.gz'
|
||||||
md5sum=$i386sum
|
md5sum=$i386sum
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue