Updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
77d92e1b57
commit
e37c004221
|
@ -82,13 +82,14 @@ def readybuild():
|
|||
rm_cmd = "sudo rm -r -f fusato"
|
||||
os.system(rm_cmd)
|
||||
os.makedirs('fusato')
|
||||
lbinit()
|
||||
#lbinit()
|
||||
ls_cmd = "ls"
|
||||
os.system(ls_cmd)
|
||||
else:
|
||||
os.makedirs('fusato')
|
||||
lbinit()
|
||||
|
||||
|
||||
|
||||
#lbinit()
|
||||
ls_cmd = "ls"
|
||||
os.system(ls_cmd)
|
||||
|
||||
|
||||
readybuild()
|
||||
|
|
Loading…
Reference in New Issue