Browse Source

Update install

DeMiro5001 7 tháng trước cách đây
mục cha
commit
806a1fbe56
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -26,7 +26,7 @@ pushd $install_dir
  python3 -m venv venv
  echo "source $install_dir/venv/bin/activate" >> $install_dir/.bashrc
  source "$install_dir/venv/bin/activate"
- ynh_exec_as_app pip install open-webui
+ pip install open-webui
  deactivate
 popd