mirror of
https://github.com/ascet-tomsk/gitea-setup.git
synced 2026-02-16 05:51:12 +03:00
6 lines
142 B
Bash
6 lines
142 B
Bash
#!/bin/bash
|
|
|
|
# 1.1 Обновление системы
|
|
|
|
sudo apt update && sudo apt upgrade -y
|
|
sudo apt install -y curl wget git nano htop ufw |