1
0
Fork 0
env/.install/node.sh

12 lines
117 B
Bash
Executable File

#!/bin/sh
set -e
echo
echo "Installing nodejs from repositories..."
echo
apk add --no-cache \
nodejs@community