Files
gitea-setup/5.1-setup.sh
ascet-tomsk f62d6e7fc0 first commit
2026-01-11 00:49:37 +07:00

7 lines
154 B
Bash

#!/bin/bash
# 5.1 Установка Node.js
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
node --version