diff --git a/manifest.toml b/manifest.toml index 6d85208..fdeee40 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,6 +59,7 @@ ram.runtime = "50M" [resources.sources.main] in_subdir = false + extract = false amd64.url = "https://garagehq.deuxfleurs.fr/_releases/v0.9.0/x86_64-unknown-linux-musl/garage" amd64.sha256 = "3ae4ecb2a75610ab7bfe77bfac7a5c7a8834a0544158ac8ee37723e6d8fd1859" arm64.url = "https://garagehq.deuxfleurs.fr/_releases/v0.9.0/aarch64-unknown-linux-musl/garage" diff --git a/scripts/install b/scripts/install index 78dd45a..da24ba1 100755 --- a/scripts/install +++ b/scripts/install @@ -39,7 +39,8 @@ ynh_app_setting_set --app=$app --key=bootstrap_peers --value=$bootstrap_peers ynh_script_progression --message="Setting up source files..." ynh_setup_source --dest_dir="$install_dir" -# chmod +x $install_dir/garage # this file doesnt seem to exist ... remove this line ? + +chmod +x $install_dir/garage #================================================= # NGINX CONFIGURATION