1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update install

This commit is contained in:
Éric Gaspar 2024-07-01 17:44:02 +02:00
parent e166594200
commit 727b835bf8

View file

@ -26,7 +26,7 @@ ynh_mysql_db_shell \
ynh_script_progression "Setting up source files..." ynh_script_progression "Setting up source files..."
# Enable YunoHost patches on Nextcloud sources # Enable YunoHost patches on Nextcloud sources
cp -a ../patches_last_version/* ../patches cp -a ../sources/patches_last_version/* ../sources/patches
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" ynh_setup_source --dest_dir="$install_dir"