1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

This read statement is becoming a PITA

This commit is contained in:
Daniel Barber 2019-06-19 09:09:17 -04:00
parent 9e812d80b2
commit 023643eaaa
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -2,7 +2,7 @@
# Ask the user to generate a code signing key for `chunkwm`
echo "Please generate a code signing certificate called 'chunkwm-cert' in Keychain Access"
. read -r -p "Press any key to continue... " -n 1
read -r -p "Press any key to continue... " -n 1
# We need to code sign chunkwm and skhd in order for them to be added to the
# accessibility allowed list.