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?
pull/55/head
Oskar Vidarsson 3 years ago committed by GitHub
parent 609f1ba179
commit 74b6b8ee82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
rm ffmpeg-n5.1-latest-linux64-gpl-5.1.tar.xz

Loading…
Cancel
Save