mirror of https://github.com/Chocobozzz/PeerTube
Correctly copy ffmpeg
parent
288178bf02
commit
5c617be484
|
@ -29,7 +29,7 @@ before_script:
|
|||
- wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.2-64bit-static.tar.xz"
|
||||
- tar xf ffmpeg-release-4.0.2-64bit-static.tar.xz
|
||||
- mkdir -p $HOME/bin
|
||||
- cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin
|
||||
- cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin
|
||||
- export PATH=$HOME/bin:$PATH
|
||||
- psql -c "create user peertube with password 'peertube';" -U postgres
|
||||
|
||||
|
|
Loading…
Reference in New Issue