Jelajahi Sumber

Update install

DeMiro5001 6 bulan lalu
induk
melakukan
806a1fbe56
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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