Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-06-20 10:24:15 +09:00
parent bf4c0b40cb
commit 93fd38d957
1 changed files with 8 additions and 8 deletions

View File

@ -50,14 +50,14 @@ def install_min_browser():
""" """
path_to_file = '/opt/pepconf/' path_to_file = '/opt/pepconf/'
build_id_list = [ build_id_list = [
path_to_file + 'deb64xfce', path_to_file + 'deb.64xfc',
path_to_file + 'dev64xfce', path_to_file + 'dev.64xfc',
path_to_file + 'debarmxfce', path_to_file + 'deb.armxfc',
path_to_file + 'devarmxfce', path_to_file + 'dev.armxfc',
path_to_file + 'deb64gfb', path_to_file + 'deb.64gfb',
path_to_file + 'dev64gfb', path_to_file + 'dev.64gfb',
path_to_file + 'deb64opb', path_to_file + 'deb.64opb',
path_to_file + 'dev64opb' path_to_file + 'dev.64opb'
] ]
for build_id in build_id_list: for build_id in build_id_list:
if os.path.exists(build_id): if os.path.exists(build_id):