diff --git a/package.json b/package.json index 25324f6..465028b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/install.sh b/scripts/install.sh index f75cec6..61d0a9b 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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}"