2026-05-23 11:43:41 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
set -oue pipefail
|
|
|
|
|
|
|
|
|
|
echo "Downloading Flathub repository definition..."
|
|
|
|
|
mkdir -p /usr/share/flatpak/remotes.d/
|
|
|
|
|
curl -o /usr/share/flatpak/remotes.d/flathub.flatpakrepo https://dl.flathub.org/repo/flathub.flatpakrepo
|