Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-25 21:01:58 +09:00
parent dd4577373b
commit 6f0cfc0596
1 changed files with 3 additions and 1 deletions

View File

@ -349,6 +349,8 @@ def boostrap_shared():
"""
Copy specific folders in the boostrap location
"""
term_size = os.get_terminal_size()
print('=' * term_size.columns)
print("Copy Shared BootStrap")
src_paths = ('/issue',)
des_paths = ('/etc',)
@ -370,7 +372,7 @@ def xfce_configs():
"""
Copy the xfce files.
"""
print("Copy xfce4 configs")
print("####Copy xfce4 configs####")
src_xfce = '/xfce/xfce4'
des_xfce = '/etc/skel/.config/xfce4'
print("INFO: Copying - " + HOME_FOLDER + src_xfce)