From 74b6b8ee826641a17d2f9d1c8200c0e1629682a3 Mon Sep 17 00:00:00 2001 From: Oskar Vidarsson Date: Fri, 14 Oct 2022 19:07:53 +0200 Subject: [PATCH] changed to +x from 777 Don't you just want to make it an executable instead of giving every user and group every permission there is? --- linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux.sh b/linux.sh index 1f694b9..1c321eb 100755 --- a/linux.sh +++ b/linux.sh @@ -6,6 +6,6 @@ rm ffmpeg* wget "https://github.com/yt-dlp/FFmpeg-Builds/releases/latest/download/ffmpeg-n5.1-latest-linux64-gpl-5.1.tar.xz" tar xvf ffmpeg-n5.1-latest-linux64-gpl-5.1.tar.xz cp ffmpeg-n5.1-latest-linux64-gpl-5.1/bin/ffmpeg ffmpeg -chmod 777 ffmpeg +chmod +x ffmpeg rm -rf ffmpeg-n5.1-latest-linux64-gpl-5.1 -rm ffmpeg-n5.1-latest-linux64-gpl-5.1.tar.xz \ No newline at end of file +rm ffmpeg-n5.1-latest-linux64-gpl-5.1.tar.xz