diff --git a/setup-scripts/setup-linux-desktop.bash b/setup-scripts/setup-linux-desktop.bash index 2db6fe0..fb6b0d7 100755 --- a/setup-scripts/setup-linux-desktop.bash +++ b/setup-scripts/setup-linux-desktop.bash @@ -44,7 +44,8 @@ mamba install -c conda-forge --yes \ jupyter-server-proxy \ nbgitpuller -python -m pip install --no-cache "jupyter-remote-desktop-proxy==1.2.1" +# Until https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues/87 is sorted +python -m pip install --no-cache git+https://github.com/jupyterhub/jupyter-remote-desktop-proxy@a7c1ae9bca94ca3a4bbf90f7a105e16b1603d4bd fix-permissions "${CONDA_DIR}" fix-permissions "/home/${NB_USER}"