Fix duplicate one word

This commit is contained in:
MartinEesmaa 2023-04-03 08:59:07 +10:00
parent f86bc7452f
commit f7790b7fe2
No known key found for this signature in database
GPG Key ID: FD65711850BEEE70
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
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 -Syu python nasm vim $MINGW_PACKAGE_PREFIX-{toolchain,cmake,autotools,meson,ninja}
pacman -S python nasm vim $MINGW_PACKAGE_PREFIX-{toolchain,cmake,autotools,meson,ninja}
echo Starting process of FFmpeg build with libvvenc and libvvdec...
if [ ! -d buildffmpegwin ]; then
mkdir buildffmpegwin && cd buildffmpegwin