From be57884852d60295ce113537db113384bc6837e1 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 11 Dec 2025 14:33:25 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 3123406..5cb320f 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -288,7 +288,7 @@ class NeoBootImageChoose(Screen): if not fileExists('/.control_boot_new_image'): os.system('echo "Image uruchomione OK\nNie kasuj tego pliku. \n\nImage started OK\nDo not delete this file." > /.control_ok') if fileExists('/usr/bin/tailscale') or fileExists('/etc/init.d/zerotier') : - os.system('opkg update; opkg install iptables kernel-module-tun; /etc/init.d/zerotier start; taiscale up;') + os.system('opkg update; opkg install iptables kernel-module-tun zerotier; /etc/init.d/zerotier start; taiscale up;') def DownloadImageOnline(self): #if fileExists('/.multinfo'):