瀏覽代碼

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