Skip to content

Commit 45b8457

Browse files
committed
added web install
1 parent 6ec7229 commit 45b8457

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web-install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ if ! command_exists "curl"; then
2525
exit 1
2626
fi
2727

28-
echo "Creating ffmpeg build directory"
28+
echo "Creating ffmpeg build directory $TARGET"
2929
make_dir $TARGET
3030
cd $TARGET
3131

32+
echo "Now we download and execute the build script"
33+
echo ""
34+
3235
bash <(curl -s https://github.com/raw/markus-perl/ffmpeg-build-script/master/build-ffmpeg) --build
3336

0 commit comments

Comments
 (0)