modified: install.sh

This commit is contained in:
xbl
2026-06-14 14:29:28 +02:00
parent d1f6e15bdb
commit e163e988f2

View File

@ -153,8 +153,11 @@ check_path() {
echo " Add this to your ~/.bashrc or ~/.zshrc:" echo " Add this to your ~/.bashrc or ~/.zshrc:"
echo " export PATH=\"\$HOME/.local/bin:\$PATH\"" echo " export PATH=\"\$HOME/.local/bin:\$PATH\""
echo "" echo ""
echo " Then reload your shell:"
echo " source ~/.bashrc"
echo ""
else else
success "\$PATH is superfine" success "\$PATH is superfine"
fi fi
} }