Don't need package installs

This commit is contained in:
Bob Mottram 2017-06-24 11:23:02 +01:00
parent 1a2e301c0b
commit b91c85eaa2
1 changed files with 0 additions and 2 deletions

View File

@ -67,7 +67,6 @@ function reconstruct_key {
fi
exit 7348
fi
apt-get -yq install libgfshare-bin gnupg
gfcombine /home/$key_username/.gnupg_fragments/keyshare*
if [ ! "$?" = "0" ]; then
if [ $key_interactive ]; then
@ -262,7 +261,6 @@ function interactive_gpg_from_remote {
fi
# try to recover the key from the servers
apt-get -yq install libgfshare-bin gnupg
${PROJECT_NAME}-recoverkey -u $MY_USERNAME -l $REMOTE_SERVERS_LIST
if [ ! "$?" = "0" ]; then
dialog --title $"Encryption Keys Recovery" --msgbox $'Your key could not be recovered' 6 70