Updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
6dd24574a5
commit
58b28d489d
|
@ -50,8 +50,7 @@ des_files_deb64 = [paths.des_grub_etc,
|
|||
]
|
||||
|
||||
# Debian 64 def list
|
||||
cmd_deb64_q = [lbinit(),
|
||||
inflate_bubble.set_fusato_structure(),
|
||||
cmd_deb64_q = [inflate_bubble.set_fusato_structure(),
|
||||
inflate_bubble.set_desktop_environment(),
|
||||
inflate_bubble.set_extra_packages(),
|
||||
inflate_bubble.set_general_packages(),
|
||||
|
|
|
@ -78,10 +78,12 @@ def readybuild():
|
|||
rm_cmd = "sudo rm -r -f fusato"
|
||||
os.system(rm_cmd)
|
||||
os.makedirs('fusato')
|
||||
lbinit()
|
||||
cmd_q = collections.deque(conf.cmd_deb64_q)
|
||||
cmd_q.popleft()
|
||||
else:
|
||||
os.makedirs('fusato')
|
||||
lbinit()
|
||||
cmd_q.popleft()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue