updated install script
This commit is contained in:
parent
f81171c2fe
commit
bc66822c8b
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@debros/node",
|
"name": "@debros/node",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.16-alpha",
|
"version": "0.0.17-alpha",
|
||||||
"description": "DeBros Node",
|
"description": "DeBros Node",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": "dist/cli.js",
|
"bin": "dist/cli.js",
|
||||||
|
@ -415,6 +415,12 @@ log "${BLUE}==================================================${NOCOLOR}"
|
|||||||
log "${GREEN}Installation directory: ${NOCOLOR}${CYAN}$INSTALL_DIR${NOCOLOR}"
|
log "${GREEN}Installation directory: ${NOCOLOR}${CYAN}$INSTALL_DIR${NOCOLOR}"
|
||||||
log "${BLUE}==================================================${NOCOLOR}"
|
log "${BLUE}==================================================${NOCOLOR}"
|
||||||
|
|
||||||
|
log "${BLUE}==================================================${NOCOLOR}"
|
||||||
|
log "${GREEN}Installation Notes:${NOCOLOR}"
|
||||||
|
log "${CYAN}If you were prompted to reboot earlier (e.g., for Raspberry Pi cgroups),${NOCOLOR}"
|
||||||
|
log "${CYAN}please rerun this script after rebooting to finish the installation.${NOCOLOR}"
|
||||||
|
log "${BLUE}==================================================${NOCOLOR}"
|
||||||
|
|
||||||
# Information about the DeBros CLI
|
# Information about the DeBros CLI
|
||||||
log "${BLUE}==================================================${NOCOLOR}"
|
log "${BLUE}==================================================${NOCOLOR}"
|
||||||
log "${GREEN}DeBros CLI Information:${NOCOLOR}"
|
log "${GREEN}DeBros CLI Information:${NOCOLOR}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user