Explorar el Código

build gogs-lib

gemer hace 5 años
padre
commit
f936d1e1cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install-ffmpeg

+ 1 - 1
install-ffmpeg

@@ -798,7 +798,7 @@ if command_exists "python3"; then
     echo "system python3 $pyv,only need install meson ninja"
     echo "======================="
     sudo apt-get install python3-pip -y
-    sudo -I pip3 install meson ninja
+    sudo pip3 -H install meson ninja
   fi
 fi
 chmod +x install.sh && sudo ./install.sh