Update musicassistant-install.sh
This commit is contained in:
parent
a5628c6b89
commit
d571d0026c
@ -34,10 +34,11 @@ msg_ok "Setup Python3"
|
|||||||
|
|
||||||
msg_info "Setup Music Assistant"
|
msg_info "Setup Music Assistant"
|
||||||
fetch_and_deploy_gh_release music-assistant/server
|
fetch_and_deploy_gh_release music-assistant/server
|
||||||
python3 -m venv /opt/musicassistant/venv
|
cd /opt/musicassistant
|
||||||
source /opt/musicassistant/venv/bin/activate
|
python3 -m venv .venv
|
||||||
pip install --upgrade pip setuptools wheel
|
source .venv/bin/activate
|
||||||
pip install .
|
pip install --upgrade pip uv
|
||||||
|
uv pip install .
|
||||||
msg_ok "Setup Music Assistant"
|
msg_ok "Setup Music Assistant"
|
||||||
|
|
||||||
msg_info "Creating systemd service"
|
msg_info "Creating systemd service"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user