21 lines
658 B
Markdown
21 lines
658 B
Markdown
# Получить minimum.sh
|
|
|
|
Минимальный набор джентльмена
|
|
|
|
sudo curl fish
|
|
|
|
```bash
|
|
wget -qO- --no-check-certificate https://git.int.kodyffy.ru/kodyffy/fast-script/raw/branch/main/minimum.sh | bash
|
|
```
|
|
# Получить service_default.sh
|
|
Базовый набор для сервиса
|
|
|
|
+zabbix, docker, caddy
|
|
```bash
|
|
wget -qO- --no-check-certificate https://git.int.kodyffy.ru/kodyffy/fast-script/raw/branch/main/service_default.sh | bash
|
|
```
|
|
# Поставить сертификаты auto_ca.sh
|
|
|
|
```bash
|
|
wget -qO- --no-check-certificate https://git.int.kodyffy.ru/kodyffy/fast-script/raw/branch/main/auto_ca.sh | bash
|
|
``` |