2021-06-16 17:34:25 -04:00

7 lines
112 B
Plaintext

#!/usr/bin/with-contenv bash
echo "**** Installing nodejs and yarn"
apt-get install -y \
nodejs \
yarn