diff --git a/conf/app.src b/conf/app.src index 758b4fe..c9f8e42 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/jellyfin/jellyfin/releases/download/v10.2.2/jellyfin_10.2.2-1_debian-amd64.deb -SOURCE_SUM=7a4cc63fd8dfd5535717eae931151dead66293b37246110330dfc1174dac72f3abde75477efed4983c0d2c51331c0efa6ef5b544a2579db6cdd21e80b114eb5c +SOURCE_URL=https://github.com/YunoHost-Apps/opentracker_ynh/releases/download/1.0/opentracker.tar.gz +SOURCE_SUM=89bf73a92eea622a9fa12aa7d91c125bbe69dd3c8cdb70560830be120a22c57bb0e46ec80366a7d7c952400b56d39d346a8ce6a404d30117999280fd3d74071b SOURCE_SUM_PRG=sha512sum -SOURCE_FORMAT=deb -SOURCE_IN_SUBDIR=false -SOURCE_EXTRACT=false -SOURCE_FILENAME=jellyfin.deb +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=true +SOURCE_EXTRACT=true +SOURCE_FILENAME=opentracker.tar.gz diff --git a/scripts/install b/scripts/install index 46960f5..0fbf4ac 100644 --- a/scripts/install +++ b/scripts/install @@ -103,7 +103,7 @@ ynh_print_info "Installing OpenTracker..." ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source "$final_path" "front" +ynh_setup_source "$final_path" #================================================= # SETUP SYSTEMD @@ -156,7 +156,7 @@ ynh_system_user_create $app ### that really need such authorization. # Set permissions to app files -chown -R $app:$app $final_path +chown -R admin:1007 $final_path #=================================================