Install MoreWaita icon pack and flatpak-first-boot
ci/woodpecker/push/ci Pipeline failed

Install MoreWaita icon pack from GitHub and apply the icon theme via
dconf
via dconf and remove temporary files
Add flatpak-first-boot service to install Flathub apps
on first boot and enable it
Use system-wide Flathub remote with tolerant remote-add
This commit is contained in:
2026-04-24 19:22:37 +02:00
parent 18dc2133a4
commit adbf69f571
2 changed files with 30 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
[Unit]
Description=Installation des Flatpaks au premier démarrage
After=network-online.target flatpak-system-helper.service
Wants=network-online.target
ConditionPathExists=!/var/lib/flatpak/.firstboot-done
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/bash -c '\
flatpak install -y --system flathub runtime/org.gnome.Platform/x86_64/49 && \
flatpak install -y --system flathub io.github.kolunmi.Bazaar && \
touch /var/lib/flatpak/.firstboot-done'
StandardOutput=journal
[Install]
WantedBy=multi-user.target