mirror of
https://github.com/OpenMW/openmw.git
synced 2026-02-01 17:48:27 +00:00
Don't try to upgrade things automatically.
This commit is contained in:
parent
be5085ebe2
commit
d7788f8a5f
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/bin/sh -ex
|
||||
|
||||
export HOMEBREW_NO_EMOJI=1
|
||||
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
|
||||
export HOMEBREW_NO_ENV_HINTS=1
|
||||
|
||||
brew update --quiet
|
||||
|
||||
# workaround python issue on travis
|
||||
|
|
|
|||
Loading…
Reference in a new issue