From 955250dcc917b1b204f75175ff082d6bc820255f Mon Sep 17 00:00:00 2001 From: 0xallam Date: Sun, 18 Jan 2026 19:19:09 -0800 Subject: [PATCH] fix: always show shell restart warning after install --- scripts/install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 07ec154a..5f225d26 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -346,7 +346,5 @@ echo -e "${MUTED}For more information visit ${NC}https://strix.ai" echo -e "${MUTED}Join our community ${NC}https://discord.gg/YjKFvEZSdZ" echo "" -if [[ ":$PATH:" != *":$INSTALL_DIR:"* ]]; then - echo -e "${YELLOW}→${NC} Run ${MUTED}source ~/.$(basename $SHELL)rc${NC} or open a new terminal" - echo "" -fi +echo -e "${YELLOW}→${NC} Run ${MUTED}source ~/.$(basename $SHELL)rc${NC} or open a new terminal" +echo ""