From e458e73ac32e46a296705ccf1ec0ba43b3a9e63d Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Thu, 10 Apr 2025 13:31:08 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7195437..0f7a11d 100644 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ apt install -y npm npm install -g configurable-http-proxy # Install JupyterHub & Notebook -sudo -H pip3 install notebook jupyterhub +pip3 install notebook jupyterhub --break-system-packages # Generate config & move jupyterhub --generate-config