mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
✨ Add install script
This commit is contained in:
parent
4c8fcce914
commit
b04cf3be33
1 changed files with 9 additions and 0 deletions
9
script/install
Executable file
9
script/install
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash -ex
|
||||||
|
|
||||||
|
echo "==> 📲 Installing mas"
|
||||||
|
|
||||||
|
sudo installer \
|
||||||
|
-pkg build/mas.pkg \
|
||||||
|
-target /
|
||||||
|
|
||||||
|
pkginfo com.mphys.mas-cli
|
Loading…
Reference in a new issue