소스 검색

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