nodejs 8 lts repo added
This commit is contained in:
parent
188866eca4
commit
e16ff94aa9
2 changed files with 13 additions and 8 deletions
|
@ -595,13 +595,6 @@ function installJava9Menu () {
|
|||
installAppsFromListMenu java9
|
||||
}
|
||||
|
||||
#TODO:
|
||||
function installNode8LTS () {
|
||||
msg "Installing NodeJS 8 LTS"
|
||||
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - &>> $logFile && retCode $? && smsgn "Adding Node repository"
|
||||
runCmd "sudo apt-get install -y nodejs"; smsgn "Installing nodejs"
|
||||
}
|
||||
|
||||
#
|
||||
# install Mongo DB 3 CE (headless)
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue