lago/scripts/bootstrap.sh

8 lines
142 B
Bash
Raw Normal View History

#! /bin/sh
apt update
apt install -y git curl
curl -sL https://deb.nodesource.com/setup_20.x | sh -
apt update
apt install nodejs npm