diff --git a/doc/POST_INSTALLATION.md b/doc/POST_INSTALLATION.md new file mode 100644 index 0000000..e69de29 diff --git a/manifest.toml b/manifest.toml index ea9c298..aed0933 100644 --- a/manifest.toml +++ b/manifest.toml @@ -15,7 +15,7 @@ website = "https://simplex.chat/" code = "https://github.com/simplex-chat/simplex-chat" [integration] -yunohost = ">= 11.1.11" +yunohost = ">= 11.1.12" architectures = ["amd64"] multi_instance = false ldap = "not_relevant" diff --git a/scripts/install b/scripts/install index 1c5f5e3..e9fb989 100755 --- a/scripts/install +++ b/scripts/install @@ -17,7 +17,6 @@ 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" -chmod 750 "$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:$app "$install_dir" chmod +x $install_dir/smp-server