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