mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 11:56:31 +08:00
Task-number: QTQAINFRA-5066 Change-Id: I0ff36bea066b51e086b10b817769ca3f22190201 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
8 lines
103 B
Bash
Executable File
8 lines
103 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Install 7z to be used from command line
|
|
|
|
set -ex
|
|
|
|
brew update
|
|
brew install p7zip
|