浏览代码

Update install

DeMiro5001 7 月之前
父节点
当前提交
dac9d5d5ec
共有 1 个文件被更改,包括 1 次插入0 次删除
  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