Commit fbdaa63 1 parent db9da1e commit fbdaa63 Copy full SHA for fbdaa63
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ _add_path() {
61
61
echo " [ OK ] $DIR / is already in PATH."
62
62
else
63
63
# Nexus Tools directory needs to be added to $PATH
64
- if [ -f $HOME /.bashrc ]; then
64
+ if [ -f " $HOME /.bashrc" ]; then
65
65
echo ' export PATH=$PATH:' $DIR >> $HOME /.bashrc
66
- source $HOME /.bashrc
66
+ source " $HOME /.bashrc"
67
67
echo " [ OK ] Added $DIR / to $HOME /.bashrc."
68
68
fi
69
- if [ -f $HOME /.zshrc ]; then
69
+ if [ -f " $HOME /.zshrc" ]; then
70
70
echo ' export PATH=$PATH:' $DIR >> $HOME /.zshrc
71
- source $HOME /.zshrc
71
+ source " $HOME /.zshrc"
72
72
echo " [ OK ] Added $DIR / to $HOME /.zshrc."
73
73
fi
74
74
fi
@@ -107,7 +107,7 @@ _analytics() {
107
107
}
108
108
109
109
# Start the script
110
- echo " [INFO] Nexus Tools 4.2"
110
+ echo " [INFO] Nexus Tools 4.2.1 "
111
111
112
112
# Check that required applications are installed
113
113
if ! [ -x " $( command -v curl) " ]; then
You can’t perform that action at this time.
0 commit comments