mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix typo
This commit is contained in:
parent
3035e1d53c
commit
97c9fab47c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ set_configuration() {
|
||||||
|
|
||||||
get_source() {
|
get_source() {
|
||||||
if [[ $1 == 'arm' ]]
|
if [[ $1 == 'arm' ]]
|
||||||
theng
|
then
|
||||||
wget -q -O '/tmp/seafile_src.tar.gz' 'https://github.com/haiwen/seafile-rpi/releases/download/v'$2'/seafile-server_'$2'_stable_pi.tar.gz'
|
wget -q -O '/tmp/seafile_src.tar.gz' 'https://github.com/haiwen/seafile-rpi/releases/download/v'$2'/seafile-server_'$2'_stable_pi.tar.gz'
|
||||||
md5sum=$armsum
|
md5sum=$armsum
|
||||||
elif [[ $1 == 'x86-64' ]]
|
elif [[ $1 == 'x86-64' ]]
|
||||||
|
|
Loading…
Reference in a new issue