]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Install unzip
authorFred Sundvik <fsundvik@gmail.com>
Mon, 10 Jul 2017 15:16:35 +0000 (18:16 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Mon, 10 Jul 2017 15:16:35 +0000 (18:16 +0300)
util/msys2_install.sh

index ac21b3cad25a4916e53a784fe0b0e6eccb1a1df9..b59eac0cac99b0e375be3d7d57331e64f7c039bc 100644 (file)
@@ -1,6 +1,10 @@
 #!/bin/bash
 
 dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
+
+echo "Installing dependencies needed for the installation (quazip)"
+pacman -S msys/unzip
+
 source "$dir/win_shared_install.sh"
 
 echo