🔊 Show package info after install

This commit is contained in:
Ben Chatelain 2018-10-16 17:47:29 -06:00
parent b6569bdd07
commit 817bab29b5

View file

@ -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"