add package sources for nodejs for travis
This commit is contained in:
parent
79a4c9923e
commit
e561296133
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@
|
|||
echo "choosing totally noninteractive installation method"
|
||||
COMMAND_PREFIX="DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confnew\"";
|
||||
|
||||
curl --silent --location https://deb.nodesource.com/setup_0.12 | sudo bash
|
||||
sudo apt-get update
|
||||
|
||||
INSTALL_COMMAND="sudo $COMMAND_PREFIX install meld whois zsh tmux vim atop aria2 curl pv gajim tor torsocks nodejs npm terminator gsmartcontrol python-pip mesa-utils mesa-utils-extra aptitude p7zip-full p7zip-rar thunderbird mercurial kdiff3 gnupg2 python3-setuptools realpath"
|
||||
eval ${INSTALL_COMMAND}
|
||||
|
||||
|
|
Loading…
Reference in a new issue