1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Still tryin'

This commit is contained in:
dragondaddy 2023-10-23 23:15:52 +02:00
parent 3b354b4f74
commit 5c36a5f145

View file

@ -48,10 +48,10 @@ ynh_script_progression --message="Setting up source files..." --weight=1
mkdir -p "$install_dir"
chown -R $app:www-data "$install_dir"
git config --system --add safe.directory $install_dir
ynh_exec_as $app git config --system --add safe.directory $install_dir
# Download, check integrity, uncompress and patch the source from GitHub
git clone https://codeberg.org/streams/streams.git "$install_dir" --quiet
ynh_exec_as $app git clone https://codeberg.org/streams/streams.git "$install_dir" --quiet
touch "$install_dir/php.log"
mkdir -p "$install_dir/store"
@ -79,7 +79,6 @@ ynh_script_progression --message="Pulling in external libraries with Composer...
ynh_install_composer
pushd $install_dir
ynh_exec_as $app composer install
ynh_exec_as $app util/add_addon_repo https://codeberg.org/streams/streams-addons.git zaddons
popd