mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
Install unzip
This commit is contained in:
parent
861087096b
commit
32fc4da4a7
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue