Maybe don't need subkey
This commit is contained in:
parent
2e2884e53a
commit
ccd6da693d
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue