Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-26 20:39:13 +09:00
parent 1ab92f68b0
commit d3a2607e7a
1 changed files with 3 additions and 4 deletions

View File

@ -301,8 +301,7 @@ def shared_files():
"""
This silll copy all specific files that a used for all
builds.
"""
term_size = os.get_terminal_size()
"""
print('=' * term_size.columns)
print("Copy Shared Files")
print('=' * term_size.columns)
@ -366,7 +365,8 @@ def fusato_configs():
def boostrap_shared():
"""
Copy specific folders in the boostrap location
"""
"""
term_size = os.get_terminal_size()
print('=' * term_size.columns)
print("Copy Shared BootStrap")
print('=' * term_size.columns)
@ -417,7 +417,6 @@ def gnome_flahsbak_configs():
"""
print('=' * term_size.columns)
print("Copy Gnome Flashback configs")
print('=' * term_size.columns)
src_gnomef = '/gnome-flashback'
des_gnomef = '/etc/skel/.config/gnome-flashback'
print("INFO: Copying - " + HOME_FOLDER + source)