فهرست منبع

update read.me

gemer 4 سال پیش
والد
کامیت
f92c5a91cf
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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)"  
 ```