mirror of
https://github.com/LPJon/cwpfixes.git
synced 2026-09-10 22:20:47 -05:00
Update install_terminal
fixed if statement typo
This commit is contained in:
@@ -21,6 +21,7 @@ if [ "$usenvm" == "n" ]; then
|
|||||||
if [ -z "$(checkfornodejsrpm)" ]; then
|
if [ -z "$(checkfornodejsrpm)" ]; then
|
||||||
rm -f /usr/bin/node
|
rm -f /usr/bin/node
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
if [ ! -e "/usr/bin/node" ];then
|
if [ ! -e "/usr/bin/node" ];then
|
||||||
yum -y install nodejs --enablerepo=epel
|
yum -y install nodejs --enablerepo=epel
|
||||||
cd /root
|
cd /root
|
||||||
|
|||||||
Reference in New Issue
Block a user