sharp/packaging/test/opensuse.sh
2015-11-11 21:37:04 +00:00

8 lines
300 B
Bash
Executable File

#!/bin/sh
# Install Node.js on openSUSE 13.2
zypper addrepo http://download.opensuse.org/repositories/devel:languages:nodejs/openSUSE_13.2/devel:languages:nodejs.repo
zypper --gpg-auto-import-keys refresh
zypper --non-interactive install gcc-c++ make nodejs-devel
/usr/bin/npm install -g npm@latest