diff --git a/install_terminal b/install_terminal index 97eb896..4c0d484 100644 --- a/install_terminal +++ b/install_terminal @@ -19,7 +19,8 @@ function checkfornodejsrpm { if [ "$usenvm" == "n" ]; then if [ -e "$HOME/.nvm" ]; then if [ -z "$(checkfornodejsrpm)" ]; then - rm -f /usr/bin/node + rm -f /usr/bin/node + fi fi if [ ! -e "/usr/bin/node" ];then yum -y install nodejs --enablerepo=epel