Explorar el Código

Update install

DeMiro5001 hace 6 meses
padre
commit
806a1fbe56
Se han modificado 1 ficheros con 1 adiciones y 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