We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819f075 commit 05d61deCopy full SHA for 05d61de
install.sh
@@ -113,7 +113,7 @@ _analytics() {
113
}
114
115
# Start the script
116
-echo "[INFO] Nexus Tools 4.3"
+echo "[INFO] Nexus Tools 4.4"
117
118
# Check that required applications are installed
119
if ! [ -x "$(command -v curl)" ]; then
@@ -237,7 +237,7 @@ fi
237
238
# All done
239
if [ $XCODE -eq 0 ]; then
240
- echo "[INFO] Installation complete! You may need to open a new Terminal window for commands to work."
+ echo "[INFO] Installation complete! Open a new Terminal window to apply changes."
241
echo "[INFO] Donate to support development: bit.ly/donatenexustools or patreon.com/corbindavenport"
242
else
243
_report_bug
0 commit comments