Add files via upload

This commit is contained in:
gutosie
2021-02-12 21:35:03 +02:00
committed by GitHub
parent bd039cef8e
commit 19600c2dc7

View File

@@ -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()