From 817bab29b5923d18fceeb3e8ae46f09a6780c4de Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Tue, 16 Oct 2018 17:47:29 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A=20Show=20package=20info=20after=20?= =?UTF-8?q?install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script/install b/script/install index 51823e2..c92c5bc 100755 --- a/script/install +++ b/script/install @@ -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"