5 lines
128 B
Bash
Executable File
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
|