Explorar el Código

Update install

DeMiro5001 hace 7 meses
padre
commit
dac9d5d5ec
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      scripts/install

+ 1 - 0
scripts/install

@@ -24,6 +24,7 @@ chown -R "$app:www-data" "$install_dir"
 
 pushd
  python3 -m venv venv
+ echo "source $install_dir/.venv/bin/activate" >> $install_dir/.bashrc
  pip install open-webui
  open-webui serve
 popd