changed renovate and action-versions

This commit is contained in:
gunnar
2026-06-14 12:53:30 +02:00
parent 25ce2ee66a
commit 34cf080e81
3 changed files with 23 additions and 15 deletions
+1 -3
View File
@@ -6,11 +6,9 @@ ConditionPathExists=!/var/lib/flatpak/.preinstall-done
[Service]
Type=oneshot
# 1. Sicherstellen, dass Flathub wirklich als Quelle registriert ist
ExecStartPre=/usr/bin/flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
# 2. Bazaar nativ installieren (-y bestätigt alles automatisch)
ExecStart=/usr/bin/flatpak install -y flathub io.github.kolunmi.Bazaar
# 3. Aufräumen und deaktivieren
ExecStart=/usr/bin/flatpak install -y flathub org.chromium.Chromium
ExecStartPost=/usr/bin/touch /var/lib/flatpak/.preinstall-done
ExecStartPost=/usr/bin/systemctl disable flatpak-preinstall.service
RemainAfterExit=yes