mirror of
https://github.com/getlago/lago.git
synced 2025-02-24 05:38:40 +07:00
8 lines
142 B
Bash
8 lines
142 B
Bash
![]() |
#! /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
|