mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-16 21:39: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'):
|
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')
|
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') :
|
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):
|
def DownloadImageOnline(self):
|
||||||
#if fileExists('/.multinfo'):
|
#if fileExists('/.multinfo'):
|
||||||
|
|||||||
Reference in New Issue
Block a user