From 91ed391f7f638f9ea812a4d5d91dabc682b1b8d3 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 4 Jan 2024 08:24:26 +0100 Subject: [PATCH] disable changes --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index f142968..bee052d 100755 --- a/scripts/install +++ b/scripts/install @@ -22,11 +22,11 @@ ynh_setup_source --dest_dir="$install_dir" --source_id="main" ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" #temporary try -cp -rp $install_dir/VERSION $install_dir/bookwyrm/ +#cp -rp $install_dir/VERSION $install_dir/bookwyrm/ -pushd $install_dir -ynh_exec_warn_less wget https://ci-apps-bookworm-dev.yunohost.org/ci/logs/198.log -popd +#pushd $install_dir +#ynh_exec_warn_less wget https://ci-apps-bookworm-dev.yunohost.org/ci/logs/198.log +#popd # Set permissions to app files chmod -R o-rwx "$install_dir"