Update
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
eec796eef6
commit
828889ddcf
|
@ -105,7 +105,7 @@ def set_gfb():
|
||||||
""" Create the list for the xfce xfce list"""
|
""" Create the list for the xfce xfce list"""
|
||||||
with open(HOME_FOLDER + PACKAGE_LIST + 'gfb.list.chroot', 'x',
|
with open(HOME_FOLDER + PACKAGE_LIST + 'gfb.list.chroot', 'x',
|
||||||
encoding='UTF-8') as gfb_file:
|
encoding='UTF-8') as gfb_file:
|
||||||
xfce_file.write(conf.gfb_list)
|
gfb_file.write(conf.gfb_list)
|
||||||
|
|
||||||
|
|
||||||
# CHROOT Specific
|
# CHROOT Specific
|
||||||
|
|
Loading…
Reference in New Issue