Fixed syslog

This commit is contained in:
gSpot
2021-12-20 20:54:20 +03:00
parent 80845f6c3d
commit 4a46ac1f4c
5 changed files with 40 additions and 26 deletions

View File

@@ -17,22 +17,22 @@ Internet-detector is an application for checking the availability of the Interne
**OpenWrt >= 21.02:**
wget --no-check-certificate -O /tmp/internet-detector_0.4-2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/internet-detector_0.4-2_all.ipk
opkg install /tmp/internet-detector_0.4-2_all.ipk
rm /tmp/internet-detector_0.4-2_all.ipk
wget --no-check-certificate -O /tmp/internet-detector_0.4-3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/internet-detector_0.4-3_all.ipk
opkg install /tmp/internet-detector_0.4-3_all.ipk
rm /tmp/internet-detector_0.4-3_all.ipk
/etc/init.d/internet-detector start
/etc/init.d/internet-detector enable
wget --no-check-certificate -O /tmp/luci-app-internet-detector_0.4-2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-internet-detector_0.4-2_all.ipk
opkg install /tmp/luci-app-internet-detector_0.4-2_all.ipk
rm /tmp/luci-app-internet-detector_0.4-2_all.ipk
wget --no-check-certificate -O /tmp/luci-app-internet-detector_0.4-3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-internet-detector_0.4-3_all.ipk
opkg install /tmp/luci-app-internet-detector_0.4-3_all.ipk
rm /tmp/luci-app-internet-detector_0.4-3_all.ipk
/etc/init.d/rpcd restart
i18n-ru:
wget --no-check-certificate -O /tmp/luci-i18n-internet-detector-ru_0.4-2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-internet-detector-ru_0.4-2_all.ipk
opkg install /tmp/luci-i18n-internet-detector-ru_0.4-2_all.ipk
rm /tmp/luci-i18n-internet-detector-ru_0.4-2_all.ipk
wget --no-check-certificate -O /tmp/luci-i18n-internet-detector-ru_0.4-3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-internet-detector-ru_0.4-3_all.ipk
opkg install /tmp/luci-i18n-internet-detector-ru_0.4-3_all.ipk
rm /tmp/luci-i18n-internet-detector-ru_0.4-3_all.ipk
**OpenWrt 19.07:**