From 146d5332298a312749bb3bbe1731bf585fb37fee Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Jun 2021 13:31:53 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b31852e..bee3fee 100755 --- a/scripts/install +++ b/scripts/install @@ -136,7 +136,7 @@ pushd $final_path php$phpversion artisan migrate -n --force php$phpversion artisan config:clear -n php$phpversion artisan config:cache -n - patch -p1 < "$YNH_CWD/../conf/ffprobe.patch" + #patch -p1 < "$YNH_CWD/../conf/ffprobe.patch" patch -p1 < "$YNH_CWD/../conf/ffmpeg.patch" popd