curl update

This commit is contained in:
2026-02-22 14:49:55 +05:00
parent 1708f18261
commit 8d8534397d

View File

@@ -1,10 +1,12 @@
# Запустить удалённый скрипт: # Запустить удалённый скрипт:
## curl
```
source <(curl --fsSL https://g.torshes.ru/alex/galias-d/raw/galias-d.sh)
```
## wget ## wget
``` ```
wget -qO - https://g.torshes.ru/alex/galias-d/raw/galias-d.sh | bash wget -qO - https://g.torshes.ru/alex/galias-d/raw/galias-d.sh | bash
``` ```
## curl
```
source <(curl -s https://g.torshes.ru/alex/galias-d/raw/galias-d.sh)
```