DeFactOfficial commited on
Commit
6a1b458
1 Parent(s): 0cf31cb

Update ffmpeg_install.sh

Browse files
Files changed (1) hide show
  1. ffmpeg_install.sh +3 -3
ffmpeg_install.sh CHANGED
@@ -1,4 +1,4 @@
1
- wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
2
- unxz ./ffmpeg-release-amd64-static.tar.xz
3
- tar -xvf ./ffmpeg-release-amd64-static.tar
4
  export PATH="/home/user/app/ffmpeg-7.0.2-amd64-static:$PATH"
 
1
+ #wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
2
+ #unxz ./ffmpeg-release-amd64-static.tar.xz
3
+ #tar -xvf ./ffmpeg-release-amd64-static.tar
4
  export PATH="/home/user/app/ffmpeg-7.0.2-amd64-static:$PATH"