mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 11:00:14 +02: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
|