Added valid url for scripts

This commit is contained in:
itdoginfo
2023-10-13 14:52:03 +03:00
parent 9b2bfbe1b3
commit f67fd449ca

View File

@@ -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
``` ```