Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 471 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 471 Bytes

NodeboxHQ Meta

This repository contains cool scripts and configuration files that powers NodeboxHQ.

Dashboard Initializer

command -v curl &>/dev/null && curl -s https://raw.githubusercontent.com/NodeBoxHQ/meta/main/dashboard/initialize.sh | bash || { command -v wget &>/dev/null && wget -qO- https://raw.githubusercontent.com/NodeBoxHQ/meta/main/dashboard/initialize.sh | bash || echo "Neither curl nor wget is available, install one to continue."; }