Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Remove rc update warning (CI Ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Aug 19, 2020
1 parent 90df08a commit 145d2a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions script-library/go-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ if [ "${UPDATE_RC}" = "true" ]; then
if [ "${USERNAME}" != "root" ]; then
echo -e ${RC_SNIPPET} | tee -a /home/${USERNAME}/.bashrc /home/${USERNAME}/.zshrc
fi
echo "Done!"
else
echo "Done! Be sure to add ${GO_HOME}/bin to the PATH."
fi
echo "Done!"

6 changes: 2 additions & 4 deletions script-library/java-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,5 @@ if [ "${UPDATE_RC}" = "true" ]; then
if [ "${USERNAME}" != "root" ]; then
echo -e ${RC_SNIPPET} | tee -a /home/${USERNAME}/.bashrc /home/${USERNAME}/.zshrc
fi
echo "Done!"
else
echo "Done! Be sure to add ${JAVA_HOME}/bin to the PATH."
fi
fi
echo "Done!"
4 changes: 1 addition & 3 deletions script-library/rust-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ if [ "${UPDATE_RC}" = "true" ]; then
if [ "${USERNAME}" != "root" ]; then
echo -e ${RC_SNIPPET} | tee -a /home/${USERNAME}/.bashrc /home/${USERNAME}/.zshrc
fi
echo "Done!"
else
echo "Done! Be sure to add ${CARGO_HOME}/bin to the PATH."
fi
echo "Done!"

0 comments on commit 145d2a9

Please sign in to comment.