mirror of
https://github.com/lovell/sharp.git
synced 2026-01-18 16:13:17 +00:00
6 lines
138 B
Bash
Executable File
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
|