Delete install.sh

This commit is contained in:
RomanNum3ral 2025-10-07 21:10:00 +00:00
parent 3cbac01c59
commit cfca40a159
1 changed files with 0 additions and 11 deletions

View File

@ -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