A couple more minor fixes

This commit is contained in:
2026-03-17 16:58:07 -07:00
parent f7b3370109
commit 87721c258a
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ cd "$REPO_DIR"
git pull origin main
echo "Installing dependencies..."
poetry install --without pi --no-dev
poetry install --without pi --without dev
echo "Restarting service..."
sudo systemctl restart "$SERVICE_NAME"