Create trove

This commit is contained in:
Bob Mottram 2016-01-26 17:20:06 +00:00
parent 830f1c2baf
commit 110ad76ef8
1 changed files with 9 additions and 0 deletions

View File

@ -2232,6 +2232,14 @@ function mesh_cjdns {
echo 'mesh_cjdns' >> $COMPLETION_FILE echo 'mesh_cjdns' >> $COMPLETION_FILE
} }
function create_trove {
if grep -Fxq "create_trove" $COMPLETION_FILE; then
return
fi
${PROJECT_NAME}-trove
echo 'create_trove' >> $COMPLETION_FILE
}
function mesh_cjdns_tools { function mesh_cjdns_tools {
if grep -Fxq "mesh_cjdns_tools" $COMPLETION_FILE; then if grep -Fxq "mesh_cjdns_tools" $COMPLETION_FILE; then
return return
@ -9992,6 +10000,7 @@ remove_instructions_from_motd
check_hwrng check_hwrng
search_for_attached_usb_drive search_for_attached_usb_drive
regenerate_ssh_keys regenerate_ssh_keys
create_trove
create_upgrade_script create_upgrade_script
letsencrypt_renewals letsencrypt_renewals
install_zeronet install_zeronet