gemer vor 4 Jahren
Ursprung
Commit
6f4de87031
3 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 1 1
      README.md
  2. 1 1
      install-ffmpeg
  3. 1 0
      vagrant-installer.sh

+ 1 - 1
README.md

@@ -64,7 +64,7 @@ TBC
 
 ## package fast line (WIP) :
 
-In order to accelerating with the downloading speed with compiling the script, will considering with offline package, the movement are ongoing to chose which CDN way to fit us to implement with script.
+In order to accelerating for downloading speed with compiling the script, will considering with offline package, the movement are ongoing to chose which CDN way to fit us to implement with script.
 
 * git repo
 * Url tar.gz

+ 1 - 1
install-ffmpeg

@@ -252,7 +252,7 @@ PKG_CONFIG_PATH+=":/usr/local/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfi
 export PKG_CONFIG_PATH
 
 buildEssentialLib() {
-  sudo apt-get install build-essential autoconf m4 libtool curl pkg-config cmake  -y
+  sudo apt-get install build-essential autoconf m4 libtool curl pkg-config cmake make -y
   echo "building Essential Lib"
   echo "======================="
   if [ "$useGitLib" -eq 1 ]; then

+ 1 - 0
vagrant-installer.sh

@@ -1,3 +1,4 @@
 #!/bin/sh
 
+sudo apt-get update -y
 sudo /bin/bash -c "$(curl -fsSL http://192.168.0.115:3000/zhangyupeng/4dage-ffmpeg/raw/master/web-install.sh)" > /var/log/4dage-ffmpeg.log