Files
fdroid-frajul/decrypt.sh
T
2025-10-09 08:26:53 +02: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