mirror of
https://github.com/qtmleap/revkit.git
synced 2026-09-27 13:31:52 +02:00
5 lines
85 B
Bash
5 lines
85 B
Bash
#!/bin/sh
|
|
|
|
sudo chown -R "$(whoami)":"$(whoami)" /home/"$(whoami)"/app/.venv
|
|
uv sync
|