Skip to content

Commit e064ca0

Browse files
fix
1 parent 5bf0d60 commit e064ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ installNodejs() {
4242
local ERROR_MESSAGE=($(ErrorMessage "run.sh" "0205"))
4343
echo $ERROR_MESSAGE
4444
sudo apt update
45-
sudo apt install -y nodejs npm && \
45+
sudo apt install -y nodejs npm
4646
fi
4747
echo $msg3
4848
}

0 commit comments

Comments
 (0)