mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Change-Id: I6c2650574b6b62ceedfc95a9caab7ca26a6fa10b Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
8 lines
92 B
Bash
Executable File
8 lines
92 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Install 7z to be used from command line
|
|
|
|
set -ex
|
|
|
|
|
|
brew install p7zip
|