Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-25 12:55:05 +09:00
parent 8f77122f43
commit e795a2d2f5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class BuildXfce:
lbsetup = conf.lbset_deb64
os.system(lbsetup)
# Loop though commands
print("Run the 64 bit Debian commands"
print("Run the 64 bit Debian commands")
cmd_list_64 = collections.deque(conf.build64_xfce_build)
list_size_64 = len(cmd_list_64)
for _ in range(list_size_64):