File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [[ -e "$MAC_OS_CONFIG_PATH" ]]; then
1515else
1616 printf " ERROR: Unable to load macOS configuration: $MAC_OS_CONFIG_PATH .\n\n"
1717 printf " Please check the following before continuing:\n"
18- printf " • Download the default macOS configuration here: https://github.com/blockfi/quicksilver/tree/development/src/env-config. \n"
18+ printf " • Download the default macOS configuration here: https://github.com/\n"
1919 printf " • Customize as necessary for your setup or fork the project and make your own configuration.\n"
2020 printf " • When finished, your folder structure should look like this:\n"
2121 printf " • <root path>/env:\n"
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # REFERENCE: https://blockfi.atlassian.net/wiki/spaces/PD/pages/654540883/Engineering+Setup
32
43set -e
54
@@ -262,8 +261,6 @@ brew update;
262261echo " SETTING UP GPG TOOLS" ;
263262echo ;
264263brew install gpg
265- echo " SETUP COMMIT SIGNING BY FOLLOWING THE INSTRUCTIONS HERE: " ;
266- echo " https://blockfi.atlassian.net/wiki/spaces/PD/pages/538771488/Commit+Signing" ;
267264echo ;
268265echo " GETTING pinentry-mac" ;
269266echo ;
You can’t perform that action at this time.
0 commit comments