mirror of
https://github.com/ascet-tomsk/gitea-setup.git
synced 2026-02-16 05:51:12 +03:00
7 lines
154 B
Bash
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 |