mirror of
https://github.com/mas-cli/mas
synced 2024-11-26 05:20:18 +00:00
9 lines
132 B
Bash
Executable file
9 lines
132 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
echo "==> 📲 Installing mas"
|
|
|
|
sudo installer \
|
|
-pkg build/mas.pkg \
|
|
-target /
|
|
|
|
pkginfo com.mphys.mas-cli
|