updated install script

This commit is contained in:
anonpenguin 2025-04-08 14:28:19 +03:00
parent f81171c2fe
commit bc66822c8b
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@debros/node",
"type": "module",
"version": "0.0.16-alpha",
"version": "0.0.17-alpha",
"description": "DeBros Node",
"main": "dist/index.js",
"bin": "dist/cli.js",

View File

@ -415,6 +415,12 @@ log "${BLUE}==================================================${NOCOLOR}"
log "${GREEN}Installation directory: ${NOCOLOR}${CYAN}$INSTALL_DIR${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
log "${BLUE}==================================================${NOCOLOR}"
log "${GREEN}DeBros CLI Information:${NOCOLOR}"