X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=ffmpeg%2Finstall.ps1;h=e94dce05a9717920a0088bccbe69a3412ab7d31a;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=57c405fead16fd69ef6cd5afa307b9c286bd31de;hpb=dbeef945f552f6554d78e644d3e0b5ca9f6603e1;p=webi-installers%2F.git diff --git a/ffmpeg/install.ps1 b/ffmpeg/install.ps1 index 57c405f..e94dce0 100644 --- a/ffmpeg/install.ps1 +++ b/ffmpeg/install.ps1 @@ -39,7 +39,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) # Settle unpacked archive into place echo "Install Location: $pkg_src_cmd" - New-Item "$pkg_src_bin" -ItemType Directory -Force + New-Item "$pkg_src_bin" -ItemType Directory -Force | out-null Move-Item -Path "$pkg_download" -Destination "$pkg_src_cmd" -Force # Exit tmp