Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
5e5c01e156
commit
3fc1836687
|
@ -72,9 +72,6 @@ class BuildXfce:
|
|||
execute = i + '()'
|
||||
exec(execute)
|
||||
# Run the specific classes
|
||||
print('=' * term_size.columns)
|
||||
print("INFO: Run the CHROOT, Binary and Arch Classes")
|
||||
print('=' * term_size.columns)
|
||||
infra.ChrootFolders("deb", "_64")
|
||||
infra.BinaryFolders("deb", "_64")
|
||||
infra.ArchitectureFiles("deb", "_64")
|
||||
|
|
|
@ -178,11 +178,11 @@ def set_symlinks():
|
|||
|
||||
print("INFO: Making - " + HOME_FOLDER + WPCHROOT + pep_mirror)
|
||||
os.symlink('Debian.mirrors', HOME_FOLDER + WPCHROOT + pep_mirror)
|
||||
print("INFO: Finished - " + HOME_FOLDER + WPCHROOT + pep_info)
|
||||
print("INFO: Finished - " + HOME_FOLDER + WPCHROOT + pep_mirror)
|
||||
|
||||
print("INFO: Making - " + HOME_FOLDER + WPCHROOT + pep_csv)
|
||||
os.symlink('debian.csv', HOME_FOLDER + WPCHROOT + pep_csv)
|
||||
print("INFO: Finished - " + HOME_FOLDER + WPCHROOT + pep_info)
|
||||
print("INFO: Finished - " + HOME_FOLDER + WPCHROOT + pep_csv)
|
||||
|
||||
|
||||
def shared_folders():
|
||||
|
@ -233,7 +233,7 @@ def shared_folders():
|
|||
'/etc/skel/.config/autostart',
|
||||
'/usr/lib/python3/dist-packages',
|
||||
'/usr/share/desktop-base/lines-theme/grub',
|
||||
'/usr/share/desktop-base/lines-theme/lockscreen'
|
||||
'/usr/share/desktop-base/lines-theme/lockscreen',
|
||||
'/usr/share/desktop-base/lines-theme/login',
|
||||
'/usr/share/desktop-base/lines-theme/wallpaper'
|
||||
)
|
||||
|
@ -403,7 +403,7 @@ def xfce_configs():
|
|||
print('=' * term_size.columns)
|
||||
src_xfce = '/xfce/xfce4'
|
||||
des_xfce = '/etc/skel/.config/xfce4'
|
||||
print("INFO: Copying - " + HOME_FOLDER + src_xfce)
|
||||
print("INFO: Copying - " + HOME_FOLDER + src_xfce)
|
||||
shutil.copytree(HOME_FOLDER + src_xfce,
|
||||
HOME_FOLDER + WPCHROOT + des_xfce,
|
||||
dirs_exist_ok = True
|
||||
|
|
Loading…
Reference in New Issue