From 79ad74e8676fa1f8e103d65e001207f40a3e0cd8 Mon Sep 17 00:00:00 2001 From: LPJon <46533576+LPJon@users.noreply.github.com> Date: Thu, 31 Aug 2023 03:31:13 -0500 Subject: [PATCH] Update install_terminal fixed if statement typo --- install_terminal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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