Don't need package installs
This commit is contained in:
parent
1a2e301c0b
commit
b91c85eaa2
|
@ -67,7 +67,6 @@ function reconstruct_key {
|
||||||
fi
|
fi
|
||||||
exit 7348
|
exit 7348
|
||||||
fi
|
fi
|
||||||
apt-get -yq install libgfshare-bin gnupg
|
|
||||||
gfcombine /home/$key_username/.gnupg_fragments/keyshare*
|
gfcombine /home/$key_username/.gnupg_fragments/keyshare*
|
||||||
if [ ! "$?" = "0" ]; then
|
if [ ! "$?" = "0" ]; then
|
||||||
if [ $key_interactive ]; then
|
if [ $key_interactive ]; then
|
||||||
|
@ -262,7 +261,6 @@ function interactive_gpg_from_remote {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# try to recover the key from the servers
|
# 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
|
${PROJECT_NAME}-recoverkey -u $MY_USERNAME -l $REMOTE_SERVERS_LIST
|
||||||
if [ ! "$?" = "0" ]; then
|
if [ ! "$?" = "0" ]; then
|
||||||
dialog --title $"Encryption Keys Recovery" --msgbox $'Your key could not be recovered' 6 70
|
dialog --title $"Encryption Keys Recovery" --msgbox $'Your key could not be recovered' 6 70
|
||||||
|
|
Loading…
Reference in New Issue