mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 11:55:47 +01:00
Add files via upload
This commit is contained in:
@@ -939,6 +939,9 @@ class NeoBootImageChoose(Screen):
|
||||
if not fileExists('/tmp/gutosi'):
|
||||
pass
|
||||
else:
|
||||
if not fileExists('/usr/lib/periodon'):
|
||||
system('mkdir /usr/lib/periodon')
|
||||
else:
|
||||
out = open('/usr/lib/periodon/.kodn', 'w')
|
||||
out.write('1234%s'% UPDATEVERSION)
|
||||
out.close()
|
||||
|
||||
Reference in New Issue
Block a user