This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# vps_setup.sh — автоматическая настройка VPS под Python проекты | |
# ИНСТРУКЦИЯ: | |
# Скачиваем свежую версию | |
# curl -fsSL <RAW URL этого скрипта в GitHub Gist> -o vps_setup.sh | |
# chmod +x vps_setup.sh | |
# Интерактивный режим | |
# sudo ./vps_setup.sh | |
# «Тихий» режим (пример cfg.yml — см. ниже) |