Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
dcf68a56df
commit
1ab92f68b0
|
@ -22,6 +22,7 @@ WPCHROOT = "/fusato/config/includes.chroot"
|
|||
BINARYPTH = "/fusato/config/include.binary"
|
||||
BOOTSTRAP = "/fusato/config/includes.bootstrap"
|
||||
FUSATOCONFIG = "/fusato/config"
|
||||
term_size = os.get_terminal_size()
|
||||
|
||||
class Processing(list):
|
||||
def __enter__(self):
|
||||
|
@ -365,8 +366,7 @@ 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)
|
||||
|
|
Loading…
Reference in New Issue