Explorar o código

Update install

DeMiro5001 hai 6 meses
pai
achega
806a1fbe56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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