From 7a8dafac6fa713768d19efbfeecc7f31cc25702f Mon Sep 17 00:00:00 2001 From: Danp2 Date: Sat, 3 Nov 2018 08:58:03 -0500 Subject: [PATCH] Remove extra lts node install --- xo_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index 2ec67f9..2e08169 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -37,7 +37,6 @@ echo "$yarn_repo" | tee /etc/apt/sources.list.d/yarn.list # Install n /usr/bin/curl -o $n_location $n_repo /bin/chmod +x $n_location -/usr/local/bin/n lts # Symlink node directories ln -s /usr/bin/node /usr/local/bin/node