Delete files/usr directory

This commit is contained in:
humocs-man
2026-03-03 18:39:03 +01:00
committed by GitHub
parent 5cd48336b1
commit 16bff87c5c
4 changed files with 0 additions and 40 deletions
@@ -1,11 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
echo "[firstboot] Ensuring Flathub remote exists"
if ! flatpak remote-list --system | grep -q '^flathub'; then
flatpak remote-add --system --if-not-exists flathub \
https://flathub.org/repo/flathub.flatpakrepo
fi
echo "[firstboot] Done"