2026-05-23 11:25:58 +02:00
|
|
|
[Unit]
|
2026-05-23 12:29:18 +02:00
|
|
|
Description=Flatpak Bazaar Installation on First Boot
|
2026-05-23 11:25:58 +02:00
|
|
|
After=network-online.target
|
|
|
|
|
Wants=network-online.target
|
|
|
|
|
ConditionPathExists=!/var/lib/flatpak/.preinstall-done
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
2026-05-23 12:29:18 +02:00
|
|
|
ExecStartPre=/usr/bin/flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
|
|
|
ExecStart=/usr/bin/flatpak install -y flathub io.github.kolunmi.Bazaar
|
2026-06-14 12:53:30 +02:00
|
|
|
ExecStart=/usr/bin/flatpak install -y flathub org.chromium.Chromium
|
2026-05-23 11:25:58 +02:00
|
|
|
ExecStartPost=/usr/bin/touch /var/lib/flatpak/.preinstall-done
|
2026-05-23 12:29:18 +02:00
|
|
|
ExecStartPost=/usr/bin/systemctl disable flatpak-preinstall.service
|
2026-05-23 11:25:58 +02:00
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|