Ver Fonte

Update install

DeMiro5001 há 6 meses atrás
pai
commit
dac9d5d5ec
1 ficheiros alterados com 1 adições e 0 exclusões
  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