aboutsummaryrefslogtreecommitdiff
path: root/.macos
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-05-18 00:45:45 +0800
committerGuangxiong Lin <[email protected]>2022-05-18 00:45:45 +0800
commit8ea2fa9b183317e902110db221ebe10e087cb23e (patch)
tree2e61dbb173d45d4a4e4f828547ef839856f79789 /.macos
parent476e36dbb3f1075644ccc9b9006323418273ccd1 (diff)
downloaddotfiles-8ea2fa9b183317e902110db221ebe10e087cb23e.tar.gz
dotfiles-8ea2fa9b183317e902110db221ebe10e087cb23e.tar.bz2
dotfiles-8ea2fa9b183317e902110db221ebe10e087cb23e.zip
Add message when use spctl in mac
Diffstat (limited to '.macos')
-rw-r--r--.macos1
1 files changed, 1 insertions, 0 deletions
diff --git a/.macos b/.macos
index 9995687..3c4603b 100644
--- a/.macos
+++ b/.macos
@@ -15,5 +15,6 @@ export BROWSER='open -a safari'
alias bug='brew upgrade --greedy'
if [[ $(spctl --status) == 'assessments enabled' ]]; then
+ echo 'Software installment is limited again. Password is required to remove the limit.'
sudo spctl --master-disable
fi