소스 검색

Install unzip

Fred Sundvik 8 년 전
부모
커밋
32fc4da4a7
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      util/msys2_install.sh

+ 4 - 0
util/msys2_install.sh

@@ -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