Skip to content

Commit 1519f97

Browse files
committed
Uv still an issue
1 parent e634cf7 commit 1519f97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

update.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ echo "Audio Stream Server - Update"
1010
echo "========================================="
1111
echo ""
1212

13+
# Ensure uv is in PATH (SSH non-interactive sessions don't source ~/.bashrc)
14+
export PATH="$HOME/.local/bin:$HOME/.cargo/bin:$PATH"
15+
1316
# Store the current directory
1417
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
1518
cd "$SCRIPT_DIR"

0 commit comments

Comments
 (0)