mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-16 13:29:53 +01:00
Update plugin.py
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user