From cfca40a1599f7f03e5bc5be4f90ad260e06d19be Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Tue, 7 Oct 2025 21:10:00 +0000 Subject: [PATCH] Delete install.sh --- install.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 install.sh diff --git a/install.sh b/install.sh deleted file mode 100644 index 89374de..0000000 --- a/install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -# Update & Upgrade machine -apt update -apt upgrade -y - -# Install Prerequisites -apt install -y python3 python3-dev git curl - -# Pull & install JupyterHub -curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin anon \ No newline at end of file