diff --git a/manifest.toml b/manifest.toml index b78de8f..7a83308 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ code = "https://github.com/terraforming-mars/terraforming-mars" [integration] yunohost = ">= 11.2.4" architectures = "all" -multi_instance = true +multi_instance = false ldap = false sso = false @@ -41,13 +41,7 @@ ram.runtime = "50M" default = "visitors" [resources] - [resources.sources] - - #[resources.sources.main] - #url = "https://github.com/terraforming-mars/terraforming-mars/archive/686fa15abaa69dccfe4d8a9e91bf077978b7ae20.zip" - # sha256 = "5e29130fb680ba79b667ad2c41445b975993d45354b0e6ae294fe302214290a2" - # autoupdate.strategy = "latest_github_commit" - + [resources.system_user] [resources.install_dir] diff --git a/scripts/upgrade b/scripts/upgrade index d210184..dd60ff2 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -39,7 +39,7 @@ ynh_npm install --global yarn ynh_script_progression --message="Setting up source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir" --full-repace=1 +ynh_setup_source --dest_dir="$install_dir" --full-replace=1 chmod 750 "$install_dir" chmod -R o-rwx "$install_dir"