We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3f205 commit c6fc98fCopy full SHA for c6fc98f
src/core/flatpaks_installer.py
@@ -34,7 +34,7 @@
34
print("installing the Flatpak apps on the system")
35
36
# If the Flathub repository in user installation doesn't exist, add it
37
- if os.path.getsize(f"{dest_dir}/installed_user_flatpaks.sh") < 5:
+ if os.path.getsize(f"{dest_dir}/installed_user_flatpaks.sh") > 5:
38
os.system("flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo")
39
# Install Flatpak apps from list
40
installed_flatpaks_files = [f'{dest_dir}/installed_flatpaks.sh', f'{dest_dir}/installed_user_flatpaks.sh']
0 commit comments