Skip to content

Commit 8c627ea

Browse files
fix(sp1up): correct openssl warning message in install script (#2184)
1 parent 4643da6 commit 8c627ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sp1up/install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454

5555
# Warn MacOS users that they may need to manually install openssl via Homebrew:
5656
if [[ "$OSTYPE" =~ ^darwin ]] && [[ ! -f /usr/local/opt/openssl/lib/libssl.3.dylib && ! -f /opt/homebrew/opt/openssl/lib/libssl.3.dylib ]]; then
57-
echo && echo "warning: libusb not found. You may need to install it manually on MacOS via Homebrew (brew install openssl)."
57+
echo && echo "warning: openssl not found. You may need to install it manually on MacOS via Homebrew (brew install openssl)."
5858
fi
5959

6060
echo && echo "✅ Installation complete!"
@@ -66,4 +66,4 @@ echo && echo "To start using sp1up, please run:"
6666
echo && echo "▶ source ${PROFILE}"
6767
echo "▶ sp1up"
6868

69-
echo && echo "🎉 Enjoy using sp1up! For help, type 'sp1up --help'"
69+
echo && echo "🎉 Enjoy using sp1up! For help, type 'sp1up --help'"

0 commit comments

Comments
 (0)