diff --git a/manifest.json b/manifest.json index 32a2bef..a18c83f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,16 +1,16 @@ { "name": "Firefox Sync Server", "id": "ffsync", - "url": "https://github.com/abeudin/ffsync_ynh", + "url": "https://github.com/rigelk/ffsync_ynh", "packaging_format": 1, "description": { "en": "Mozilla’s Sync-Server to host your Firefox account data", "fr": "Le serveur de synchronisation de Mozilla, pour héberger vos données Firefox" }, "maintainer": { - "name": "beudbeud", - "email": "beudbeud@beudibox.fr", - "url": "https://github.com/balu-/FSyncMS" + "name": "rigelk", + "email": "par@rigelk.eu", + "url": "https://rigelk.eu" }, "requirements": { "yunohost": ">> 2.4.0" diff --git a/scripts/install b/scripts/install index a3c4c92..0fe8afe 100644 --- a/scripts/install +++ b/scripts/install @@ -48,6 +48,7 @@ then fi # Patch the 'source' submodule with the 'patch' directory +git submodule init git submodule update --recursive sudo cp -a ../patch/sources/* ../sources diff --git a/scripts/upgrade b/scripts/upgrade index 96f2b97..49dd82e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -37,6 +37,7 @@ then fi # Patch the 'source' submodule with the 'patch' directory +git submodule init git submodule update --recursive sudo cup -a ../patch/sources/* ../sources