Maybe don't need subkey

This commit is contained in:
Bob Mottram 2016-04-29 09:20:51 +01:00
parent 2e2884e53a
commit ccd6da693d
No known key found for this signature in database
GPG Key ID: BA68F26108DC9F87
1 changed files with 1 additions and 1 deletions

View File

@ -5343,7 +5343,7 @@ function install_monkeysphere {
return
fi
apt-get -y install monkeysphere msva-perl
su -c "monkeysphere gen-subkey $MY_GPG_PUBLIC_KEY_ID" - $MY_USERNAME
#su -c "monkeysphere gen-subkey $MY_GPG_PUBLIC_KEY_ID" - $MY_USERNAME
echo 'install_monkeysphere' >> $COMPLETION_FILE
}