2024-08-25 11:07:07 +05:00
|
|
|
# Запустить удалённый скрипт:
|
2026-02-22 14:49:55 +05:00
|
|
|
|
|
|
|
|
## curl
|
|
|
|
|
```
|
|
|
|
|
source <(curl --fsSL https://g.torshes.ru/alex/galias-d/raw/galias-d.sh)
|
|
|
|
|
```
|
|
|
|
|
|
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
|
|
|
```
|
|
|
|
|
|