canceled files-folder

This commit is contained in:
humocs-man
2026-03-02 17:43:25 +01:00
parent 7f13647f61
commit 63748caef7
3 changed files with 0 additions and 28 deletions
@@ -1,14 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
echo "[fluffy-pancake-firstboot] starting"
if systemctl list-unit-files | grep -q '^brew-setup.service'; then
systemctl start brew-setup.service || true
fi
if systemctl list-unit-files | grep -q '^flatpak-add-fedora-repos.service'; then
systemctl start flatpak-add-fedora-repos.service || true
fi
echo "[fluffy-pancake-firstboot] done"