We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074d6fa commit 25f6245Copy full SHA for 25f6245
ct/huntarr.sh
@@ -40,10 +40,10 @@ function update_script() {
40
msg_ok "Stopped huntarr service"
41
42
fetch_and_deploy_gh_release "huntarr" "plexguide/Huntarr.io"
43
- msg_info "Updating $APP to v${RELEASE}"
+ msg_info "Configuring $APP"
44
cd /opt/huntarr
45
$STD uv pip install -r requirements.txt --python /opt/huntarr/.venv/bin/python
46
- msg_ok "Updated $APP to v${RELEASE}"
+ msg_ok "Configured $APP"
47
48
msg_info "Starting $APP"
49
systemctl start huntarr
0 commit comments