Corrected gpg instructions

This commit is contained in:
Anon 2024-03-24 23:42:51 -07:00
parent 467ccc7b05
commit 79973b7f11

View File

@ -54,7 +54,7 @@ chmod 600 cred.sh.key cred.sh.gpg
cd ..
git clone 'https://git.yandere.cc/Anon/CreatePleromaApp.git'
cd CreatePleromaApp/
./run.sh | gpg -q -c --pinentry-mode loopback --passphrase-file ../FediStatusPoster/cred.sh.gpg -o ../FediStatusPoster/cred.sh.gpg -
./run.sh | gpg -q -c --pinentry-mode loopback --passphrase-file ../FediStatusPoster/cred.sh.key -o ../FediStatusPoster/cred.sh.gpg -
# Follow the interactive prompts
```