Files
fdroid-frajul/scripts/decrypt.sh
T

5 lines
135 B
Bash
Executable File

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