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

6 lines
138 B
Bash
Executable File

#!/bin/sh
# Install Node.js on Archlinux
pacman -Sy --noconfirm gcc make python2 nodejs npm | cat
ln -s /usr/bin/python2 /usr/bin/python