mirror of
https://github.com/YunoHost-Apps/terraforming-mars_ynh.git
synced 2024-09-03 20:36:05 +02:00
various fixes
This commit is contained in:
parent
f4deeea638
commit
f3724ca751
2 changed files with 3 additions and 9 deletions
|
@ -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,12 +41,6 @@ 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]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue