File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
55
55
# Warn MacOS users that they may need to manually install openssl via Homebrew:
56
56
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)."
58
58
fi
59
59
60
60
echo && echo " ✅ Installation complete!"
@@ -66,4 +66,4 @@ echo && echo "To start using sp1up, please run:"
66
66
echo && echo " ▶ source ${PROFILE} "
67
67
echo " ▶ sp1up"
68
68
69
- echo && echo " 🎉 Enjoy using sp1up! For help, type 'sp1up --help'"
69
+ echo && echo " 🎉 Enjoy using sp1up! For help, type 'sp1up --help'"
You can’t perform that action at this time.
0 commit comments