Files
fdroid-frajul/decrypt.sh
T
2026-02-12 05:50:36 +01:00

5 lines
128 B
Bash
Executable File

#! /bin/sh
sops -d fdroid/encrypted-config.yml > fdroid/config.yml
sops -d fdroid/encrypted-keystore.p12 > fdroid/keystore.p12