From 771ff00b04bda7b42e2db13ecef39585fe05f7a9 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Thu, 14 Aug 2025 17:18:56 +0200 Subject: [PATCH] Fixing stop point --- OL35-installer.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/OL35-installer.sh b/OL35-installer.sh index de90438..9a25f83 100755 --- a/OL35-installer.sh +++ b/OL35-installer.sh @@ -8,8 +8,6 @@ DESKTOP_DIR="$USER_HOME/.local/share/applications" ICON_URL="https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35-installer/raw/branch/feat/init/app-icon.png" # change to your actual repo URL ICON_PATH="$CONFIG_DIR/app-icon.png" -echo $USER_HOME -exit echo "Checking for micromamba..." if [ ! -d "$MAMBA_DIR" ]; then echo "micromamba not found - installing..."