Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
dd4577373b
commit
6f0cfc0596
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue