first commit

This commit is contained in:
ascet-tomsk
2026-01-11 00:49:37 +07:00
commit f62d6e7fc0
23 changed files with 337 additions and 0 deletions

7
5.1-setup.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/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