use uv for start.sh

This commit is contained in:
devdesk
2025-11-11 22:40:06 +02:00
parent b1a7baae19
commit cddd5317c3
2 changed files with 11 additions and 1 deletions

View File

@@ -9,4 +9,4 @@ if [ $mtu -lt 9000 ]; then
echo "setting mtu to 9000"
sudo ip link set $IFACE mtu 9000
fi
sudo venv/bin/python ./replay.py
sudo uv run ./replay.py