Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-08-05 21:09:02 +09:00
parent 6dd24574a5
commit 58b28d489d
2 changed files with 3 additions and 2 deletions

View File

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

View File

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