Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ct/yamtrack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ function update_script() {

msg_info "Installing Python Dependencies"
cd /opt/yamtrack
$STD uv venv --clear .venv
$STD uv pip install --no-cache-dir -r requirements.txt
$STD uv sync --locked
msg_ok "Installed Python Dependencies"

msg_info "Restoring Data"
Expand Down
3 changes: 1 addition & 2 deletions install/yamtrack-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ fetch_and_deploy_gh_release "yamtrack" "FuzzyGrim/Yamtrack" "tarball"

msg_info "Installing Python Dependencies"
cd /opt/yamtrack
$STD uv venv .venv
$STD uv pip install --no-cache-dir -r requirements.txt
$STD uv sync --locked
msg_ok "Installed Python Dependencies"

msg_info "Configuring Yamtrack"
Expand Down
Loading