mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
🔊 Show package info after install
This commit is contained in:
parent
b6569bdd07
commit
817bab29b5
1 changed files with 5 additions and 1 deletions
|
@ -1,9 +1,13 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
IDENTIFIER=com.mphys.mas-cli
|
||||
|
||||
echo "==> 📲 Installing mas"
|
||||
|
||||
sudo installer \
|
||||
-pkg build/mas.pkg \
|
||||
-target /
|
||||
|
||||
pkginfo com.mphys.mas-cli
|
||||
pkgutil --pkg-info "$IDENTIFIER"
|
||||
|
||||
pkgutil --files "$IDENTIFIER"
|
||||
|
|
Loading…
Reference in a new issue