fix: always show shell restart warning after install

This commit is contained in:
0xallam
2026-01-18 19:19:09 -08:00
committed by Ahmed Allam
parent 7417e6f8d0
commit 03fb1e940f

View File

@@ -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 -e "${MUTED}Join our community ${NC}https://discord.gg/YjKFvEZSdZ"
echo "" echo ""
if [[ ":$PATH:" != *":$INSTALL_DIR:"* ]]; then echo -e "${YELLOW}${NC} Run ${MUTED}source ~/.$(basename $SHELL)rc${NC} or open a new terminal"
echo -e "${YELLOW}${NC} Run ${MUTED}source ~/.$(basename $SHELL)rc${NC} or open a new terminal" echo ""
echo ""
fi