Update musicassistant-install.sh
This commit is contained in:
parent
b1b2fc93dc
commit
d24b15281f
@ -39,10 +39,10 @@ msg_ok "Setup Python3"
|
|||||||
msg_info "Setup Music Assistant"
|
msg_info "Setup Music Assistant"
|
||||||
$STD fetch_and_deploy_gh_release music-assistant/server
|
$STD fetch_and_deploy_gh_release music-assistant/server
|
||||||
cd /opt/musicassistant
|
cd /opt/musicassistant
|
||||||
$STD python3 -m venv .venv
|
|
||||||
$STD source .venv/bin/activate
|
|
||||||
$STD pip3 install uv
|
$STD pip3 install uv
|
||||||
$STD pip install --upgrade pip uv
|
$STD pip install --upgrade pip uv
|
||||||
|
$STD python3 -m venv .venv
|
||||||
|
$STD source .venv/bin/activate
|
||||||
$STD uv pip install .
|
$STD uv pip install .
|
||||||
msg_ok "Setup Music Assistant"
|
msg_ok "Setup Music Assistant"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user