mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 19:35:48 +01:00 
			
		
		
		
	Add files via upload
This commit is contained in:
		| @@ -38,10 +38,13 @@ import os | ||||
| import time | ||||
| import sys | ||||
| import struct, shutil                       | ||||
| if fileExists('/etc/vtiversion.info') or fileExists('/usr/lib/python3.8') and fileExists('/.multinfo'):    | ||||
| if fileExists('/etc/vtiversion.info') or fileExists('/etc/bhversion') or fileExists('/usr/lib/python3.8') and fileExists('/.multinfo'):    | ||||
|     from Screens.Console import Console                    | ||||
| else: | ||||
|     from Plugins.Extensions.NeoBoot.files.neoconsole import Console | ||||
|     try: | ||||
|             from Plugins.Extensions.NeoBoot.files.neoconsole import Console  | ||||
|     except: | ||||
|             from Screens.Console import Console | ||||
| LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'                                               | ||||
| neoboot = getNeoLocation()   | ||||
| media = getNeoLocation() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user