Enable Flathub and initialize Flatpak database

Add Flathub repository and initialize Flatpak database.
This commit is contained in:
humocs-man
2026-03-15 18:54:06 +01:00
committed by GitHub
parent 37842acb3d
commit 73cc0b37a5
+7
View File
@@ -47,6 +47,13 @@ systemctl enable bluetooth.service
systemctl enable libvirtd.service systemctl enable libvirtd.service
systemctl enable virtlogd.service systemctl enable virtlogd.service
# Flathub aktivieren
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo && \
# Appstream-Datenbank vorab generieren
flatpak update --appstream -y && \
# Flatpak-Datenbank initialisieren
flatpak list || true
echo "::endgroup::" echo "::endgroup::"
shopt -u nullglob shopt -u nullglob