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