Add install script

This commit is contained in:
Ben Chatelain 2018-10-16 15:54:22 -06:00
parent 4c8fcce914
commit b04cf3be33

9
script/install Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash -ex
echo "==> 📲 Installing mas"
sudo installer \
-pkg build/mas.pkg \
-target /
pkginfo com.mphys.mas-cli