mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 13:00:23 +00:00
10 lines
132 B
Text
10 lines
132 B
Text
|
#!/bin/bash -ex
|
||
|
|
||
|
echo "==> 📲 Installing mas"
|
||
|
|
||
|
sudo installer \
|
||
|
-pkg build/mas.pkg \
|
||
|
-target /
|
||
|
|
||
|
pkginfo com.mphys.mas-cli
|