|
|
@@ -11,7 +11,7 @@ source /usr/share/yunohost/helpers
|
|
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
|
|
#=================================================
|
|
|
|
|
|
-pushd
|
|
|
+pushd $install_dir
|
|
|
ynh_exec_as_app $install_dir/pip install -U open-webui
|
|
|
ynh_exec_as_app open-webui serve
|
|
|
popd
|