Testing: Bubbles Mod

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-09-29 20:02:26 +09:00
parent f7d78e10d2
commit ee14789ca5
2 changed files with 3 additions and 1 deletions

View File

@ -690,8 +690,10 @@ def readybuild():
rm_cmd = "sudo rm -r -f fusato"
os.system(rm_cmd)
os.makedirs('fusato')
inflate_bubble.set_fusato_structure
else:
os.makedirs('fusato')
inflate_bubble.set_fusato_structure
class Decsions:

View File

@ -43,7 +43,7 @@ def set_fusato_structure():
'etc/skel/.config/autostart/',
'etc/lightdm/lightdm.conf.d/',
]
os.chdir(HOME_FOLDER + '/fusato')
os.chdir(FUSATO_ROOT)
if os.path.exists('config'):
rm_cmd = "sudo rm -r -f config"
os.system(rm_cmd)