Create trove
This commit is contained in:
parent
830f1c2baf
commit
110ad76ef8
|
@ -2232,6 +2232,14 @@ function mesh_cjdns {
|
|||
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 {
|
||||
if grep -Fxq "mesh_cjdns_tools" $COMPLETION_FILE; then
|
||||
return
|
||||
|
@ -9992,6 +10000,7 @@ remove_instructions_from_motd
|
|||
check_hwrng
|
||||
search_for_attached_usb_drive
|
||||
regenerate_ssh_keys
|
||||
create_trove
|
||||
create_upgrade_script
|
||||
letsencrypt_renewals
|
||||
install_zeronet
|
||||
|
|
Loading…
Reference in New Issue