mirror of
https://github.com/lovell/sharp.git
synced 2025-07-11 19:40:14 +02:00
7 lines
165 B
Bash
Executable File
7 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
|
|
apt-get update
|
|
apt-get install -y build-essential python pkg-config curl
|
|
curl -sL https://deb.nodesource.com/setup_6.x | bash -
|
|
apt-get install -y nodejs
|