From 1fd81eefd6d2e05ddc17a6192127119870270a1d Mon Sep 17 00:00:00 2001 From: Martin Eesmaa Date: Wed, 7 Dec 2022 23:46:13 +1100 Subject: [PATCH] fix minor bug in ffmpeg mingw script shell --- FFMPEGMINGW.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFMPEGMINGW.sh b/FFMPEGMINGW.sh index 7e214c6..2b9513d 100644 --- a/FFMPEGMINGW.sh +++ b/FFMPEGMINGW.sh @@ -1,4 +1,4 @@ -echo Updating & upgrading MSYS2 packages... if system core update requires reboot this application, please run this script again after being updated. +echo Updating and upgrading MSYS2 packages... if system core update requires reboot this application, please run this script again after being updated. pacman -Syu echo Installing MSYS2 packages... pacman -S python nasm $MINGW_PACKAGE_PREFIX-{toolchain,cmake,autotools,meson,ninja}