mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-14 22:49:56 +00:00
tell unzip to overwrite all files
This commit is contained in:
parent
9e2c6d9fe1
commit
e068ee3533
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ brew outdated pkgconfig || brew upgrade pkgconfig
|
||||||
brew install qt
|
brew install qt
|
||||||
|
|
||||||
curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-100d2e0.zip -o ~/openmw-deps.zip
|
curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-100d2e0.zip -o ~/openmw-deps.zip
|
||||||
unzip ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
|
unzip -o ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue