We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf0d60 commit e064ca0Copy full SHA for e064ca0
src/run.sh
@@ -42,7 +42,7 @@ installNodejs() {
42
local ERROR_MESSAGE=($(ErrorMessage "run.sh" "0205"))
43
echo $ERROR_MESSAGE
44
sudo apt update
45
- sudo apt install -y nodejs npm && \
+ sudo apt install -y nodejs npm
46
fi
47
echo $msg3
48
}
0 commit comments