Update plugin.py

This commit is contained in:
gutosie
2025-12-21 16:47:34 +02:00
committed by GitHub
parent 3cea2e2bd9
commit 22f61d6008

View File

@@ -1169,7 +1169,7 @@ class NeoBootInstallation(Screen):
def SetDiskLabel(self):
#if fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.9') or fileExists('/tmp/.upneo') :
#self.session.open(MessageBox, _('Skip this step and install neoboot.\nThis option is available in the neoboot menu.'), type=MessageBox.TYPE_INFO)
if , getCheckExtDiskt() != 'vfat' and , getCheckExtDisk() == 'ext3' or , getCheckExtDisk() == 'ext4':
if getCheckExtDiskt() != 'vfat' and getCheckExtDisk() == 'ext3' or getCheckExtDisk() == 'ext4':
try:
if fileExists('/usr/lib/python2.7'):
from Plugins.Extensions.NeoBoot.files.devices import SetDiskLabel