mirror of
https://github.com/usestrix/strix.git
synced 2026-09-05 08:06:08 +00:00
fix: always show shell restart warning after install
This commit is contained in:
parent
1a37e52751
commit
d8f76c2b7c
1 changed files with 2 additions and 4 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue