sharp/packaging/test/archlinux.sh
Lovell Fuller 05cec013fe Ensure support for more Linux flavours
Add docker-based packaging tests
2015-11-09 08:37:30 +00:00

6 lines
132 B
Bash
Executable File

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