mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
6 lines
132 B
Bash
Executable File
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
|