Skip to content

Commit 05d61de

Browse files
Update version number
1 parent 819f075 commit 05d61de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ _analytics() {
113113
}
114114

115115
# Start the script
116-
echo "[INFO] Nexus Tools 4.3"
116+
echo "[INFO] Nexus Tools 4.4"
117117

118118
# Check that required applications are installed
119119
if ! [ -x "$(command -v curl)" ]; then
@@ -237,7 +237,7 @@ fi
237237

238238
# All done
239239
if [ $XCODE -eq 0 ]; then
240-
echo "[INFO] Installation complete! You may need to open a new Terminal window for commands to work."
240+
echo "[INFO] Installation complete! Open a new Terminal window to apply changes."
241241
echo "[INFO] Donate to support development: bit.ly/donatenexustools or patreon.com/corbindavenport"
242242
else
243243
_report_bug

0 commit comments

Comments
 (0)