Files
galias-d/README.md

10 lines
225 B
Markdown
Raw Normal View History

2024-08-25 11:07:07 +05:00
# Запустить удалённый скрипт:
## wget
```
2026-02-20 21:01:28 +05:00
wget -qO - https://g.torshes.ru/alex/galias-d/raw/galias-d.sh | bash
2024-08-25 11:07:07 +05:00
```
## curl
```
2026-02-20 21:01:28 +05:00
source <(curl -s https://g.torshes.ru/alex/galias-d/raw/galias-d.sh)
2024-08-25 11:07:07 +05:00
```