/
toxblh
/
code-notes-infograph
Обзор
Документация
Войти
/
toxblh
/
code-notes-infograph
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/code-server-install.sh
11 строк
199 B
Anton Palgunov
feat: add installation instructions for code-server and Python setup script for docker
08 фев 2026, 23:44
08 фев 2026, 23:44
4e8ac5a
Код
Авторство
О чём код?
#!/bin/bash # Install Python on Debian sudo apt-get update sudo apt-get install -y python3 python3-pip # Run setup-code.py if [ ! -f "setup-code.py" ]; then cd scripts fi python3 setup-code.py