fixes
This commit is contained in:
parent
dbfddc2332
commit
94a55020e3
@ -18,8 +18,10 @@ PYTHON_VERSION="3.12" setup_uv
|
|||||||
msg_info "Installing Jupyter"
|
msg_info "Installing Jupyter"
|
||||||
mkdir -p /opt/jupyter
|
mkdir -p /opt/jupyter
|
||||||
cd /opt/jupyter
|
cd /opt/jupyter
|
||||||
$STD uv venv .venv
|
$STD uv venv /opt/jupyter/.venv
|
||||||
$STD .venv/bin/uv pip install jupyter
|
$STD /opt/jupyter/.venv/bin/python -m ensurepip --upgrade
|
||||||
|
$STD /opt/jupyter/.venv/bin/python -m pip install --upgrade pip
|
||||||
|
$STD /opt/jupyter/.venv/bin/python -m pip install jupyter
|
||||||
msg_ok "Installed Jupyter"
|
msg_ok "Installed Jupyter"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
@ -22,9 +22,10 @@ curl -fsSL "https://github.com/Kometa-Team/Kometa/archive/refs/tags/v${RELEASE}.
|
|||||||
tar -xzf "$tmp_file"
|
tar -xzf "$tmp_file"
|
||||||
mv "Kometa-${RELEASE}" /opt/kometa
|
mv "Kometa-${RELEASE}" /opt/kometa
|
||||||
cd /opt/kometa
|
cd /opt/kometa
|
||||||
|
$STD uv venv /home/wger/.venv
|
||||||
$STD uv venv .venv
|
$STD /opt/kometa/.venv/bin/python -m ensurepip --upgrade
|
||||||
$STD .venv/bin/uv pip install -r requirements.txt
|
$STD /opt/kometa/.venv/bin/python -m pip install --upgrade pip
|
||||||
|
$STD /opt/kometa/.venv/bin/python -m pip install -r requirements.txt
|
||||||
mkdir -p config/assets
|
mkdir -p config/assets
|
||||||
cp config/config.yml.template config/config.yml
|
cp config/config.yml.template config/config.yml
|
||||||
echo "$RELEASE" >/opt/kometa_version.txt
|
echo "$RELEASE" >/opt/kometa_version.txt
|
||||||
|
@ -28,8 +28,10 @@ msg_ok "Installed Dependencies"
|
|||||||
msg_info "Installing LazyLibrarian"
|
msg_info "Installing LazyLibrarian"
|
||||||
$STD git clone https://gitlab.com/LazyLibrarian/LazyLibrarian /opt/LazyLibrarian
|
$STD git clone https://gitlab.com/LazyLibrarian/LazyLibrarian /opt/LazyLibrarian
|
||||||
cd /opt/LazyLibrarian
|
cd /opt/LazyLibrarian
|
||||||
$STD uv venv .venv
|
$STD uv venv /opt/LazyLibrarian/.venv
|
||||||
$STD .venv/bin/uv pip install . jaraco.stream python-Levenshtein soupsieve pypdf
|
$STD /opt/LazyLibrarian/.venv/bin/python -m ensurepip --upgrade
|
||||||
|
$STD /opt/LazyLibrarian/.venv/bin/python -m pip install --upgrade pip
|
||||||
|
$STD /opt/LazyLibrarian/.venv/bin/python -m pip install . jaraco.stream python-Levenshtein soupsieve pypdf
|
||||||
msg_ok "Installed LazyLibrarian"
|
msg_ok "Installed LazyLibrarian"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
@ -32,8 +32,10 @@ msg_ok "Installed Dependencies"
|
|||||||
msg_info "Installing Medusa"
|
msg_info "Installing Medusa"
|
||||||
$STD git clone https://github.com/pymedusa/Medusa.git /opt/medusa
|
$STD git clone https://github.com/pymedusa/Medusa.git /opt/medusa
|
||||||
cd /opt/medusa
|
cd /opt/medusa
|
||||||
$STD uv venv .venv
|
$STD uv venv /opt/medusa/.venv
|
||||||
$STD .venv/bin/uv pip install .
|
$STD /opt/LazyLibrarian/.venv/bin/python -m ensurepip --upgrade
|
||||||
|
$STD /opt/LazyLibrarian/.venv/bin/python -m pip install --upgrade pip
|
||||||
|
$STD /opt/LazyLibrarian/.venv/bin/python -m pip install .
|
||||||
msg_ok "Installed Medusa"
|
msg_ok "Installed Medusa"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user