mirror of
https://github.com/lovell/sharp.git
synced 2025-07-11 03:20:13 +02:00
5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curl -sL https://rpm.nodesource.com/setup_6.x | bash -
|
|
yum install -y gcc-c++ make nodejs
|