mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-16 20:14:34 +05:00
Added valid url for scripts
This commit is contained in:
@@ -6,7 +6,7 @@ Shell скрипт и playbook для Ansible. Автоматизируют на
|
|||||||
## Скрипт для установки
|
## Скрипт для установки
|
||||||
Запуск
|
Запуск
|
||||||
```
|
```
|
||||||
!! wget bla bla
|
wget -O - https://raw.githubusercontent.com/itdoginfo/ansible-openwrt-hirkn/master/getdomains-install.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Подробности описаны в статье указаной выше.
|
Подробности описаны в статье указаной выше.
|
||||||
@@ -149,17 +149,17 @@ service getdomains start
|
|||||||
|
|
||||||
### Запуск
|
### Запуск
|
||||||
```
|
```
|
||||||
wget -O - https://raw.githubusercontent.com/itdoginfo/ansible-openwrt-hirkn/master/check-hirkn.sh | sh
|
wget -O - https://raw.githubusercontent.com/itdoginfo/ansible-openwrt-hirkn/master/getdomains-check.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Запустить с созданием dump
|
### Запустить с созданием dump
|
||||||
```
|
```
|
||||||
wget -O - https://raw.githubusercontent.com/itdoginfo/ansible-openwrt-hirkn/master/check-hirkn.sh | sh -s dump
|
wget -O - https://raw.githubusercontent.com/itdoginfo/ansible-openwrt-hirkn/master/getdomains-check.sh | sh -s dump
|
||||||
```
|
```
|
||||||
|
|
||||||
### Скачать и потом запустить
|
### Скачать и потом запустить
|
||||||
```
|
```
|
||||||
wget https://raw.githubusercontent.com/itdoginfo/ansible-openwrt-hirkn/master/check-hirkn.sh
|
wget https://raw.githubusercontent.com/itdoginfo/ansible-openwrt-hirkn/master/getdomains-check.sh
|
||||||
chmod +x check-hirkn.sh
|
chmod +x check-hirkn.sh
|
||||||
./check-hirkn.sh
|
./check-hirkn.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user