From c7715c6e314f41272e7a301e89128aa000713b54 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Jun 2021 12:35:38 +0200 Subject: [PATCH] Update install --- scripts/install | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/install b/scripts/install index 00ce8c6..06b84ad 100755 --- a/scripts/install +++ b/scripts/install @@ -136,18 +136,12 @@ pushd $final_path php$phpversion artisan migrate -n --force php$phpversion artisan config:clear -n php$phpversion artisan config:cache -n + patch < ../conf/ffprobe.patch popd # Setup custom user.css file ynh_add_config --template="../conf/user.css.example" --destination="$final_path/public/dist/user.css" - -#================================================= -# PATCHS -#================================================= - -patch --strip=1 < ../conf/ffprobe.patch - #================================================= # SETUP SSOWAT #=================================================