Skip to content

Commit 7c044fd

Browse files
Updated
1 parent abcac8b commit 7c044fd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

bin/macos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ -e "$MAC_OS_CONFIG_PATH" ]]; then
1515
else
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"

setup.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
# REFERENCE: https://blockfi.atlassian.net/wiki/spaces/PD/pages/654540883/Engineering+Setup
32

43
set -e
54

@@ -262,8 +261,6 @@ brew update;
262261
echo "SETTING UP GPG TOOLS";
263262
echo;
264263
brew 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";
267264
echo;
268265
echo "GETTING pinentry-mac";
269266
echo;

0 commit comments

Comments
 (0)