mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Correctly copy ffmpeg
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user