|
@@ -31,12 +31,12 @@ This repository is build with the FFmpeg build script provides an easy way to bu
|
|
|
### Easy installation with effective 4dag-ffmpeg :
|
|
|
|
|
|
```bash
|
|
|
-$ bash <(curl -s "http://192.168.0.115:3000/zhangyupeng/4dage-ffmpeg/raw/master/web-install.sh")
|
|
|
+$ /bin/bash -c "$(curl -fsSL http://192.168.0.115:3000/zhangyupeng/4dage-ffmpeg/raw/master/web-install.sh)"
|
|
|
```
|
|
|
|
|
|
|
|
|
### Only update 4dag-ffmpeg for feature:
|
|
|
|
|
|
```bash
|
|
|
-$ bash <(curl -s http://192.168.0.115:3000/zhangyupeng/4dage-ffmpeg/raw/master/install-4dage)
|
|
|
+$ /bin/bash -c "$(curl -fsSL http://192.168.0.115:3000/zhangyupeng/4dage-ffmpeg/raw/master/install-4dage)"
|
|
|
```
|