From ff349e7eb1e61c37450681960b87d59b02e08729 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 29 Mar 2026 16:45:10 +0000 Subject: [PATCH] added miniconda --- setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.sh b/setup.sh index 9968ff0..beb4d7a 100644 --- a/setup.sh +++ b/setup.sh @@ -43,6 +43,11 @@ else sudo usermod -aG docker $USER fi +### Install Miniconda ### +curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh +bash ~/Miniconda3-latest-Linux-x86_64.sh + + ### Install Tailscale Locally and Mount HomeNAS ### if check_tailscale_installed; then echo "Tailscale is already installed. connecting server."