From 7d08bffd4cfc0fedea1861b59c86412374fa152e Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Thu, 14 Aug 2025 18:59:08 +0200 Subject: [PATCH] Adjusting url to fit for main branch --- OL35-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OL35-installer.sh b/OL35-installer.sh index f75d648..a2a37d5 100755 --- a/OL35-installer.sh +++ b/OL35-installer.sh @@ -5,7 +5,7 @@ USER_HOME="$HOME" MAMBA_DIR="$USER_HOME/micromamba" CONFIG_DIR="$USER_HOME/.config/OptimaLab35" 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_URL="https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35-installer/raw/branch/main/app-icon.png" # change to your actual repo URL ICON_PATH="$CONFIG_DIR/app-icon.png" echo "Checking for micromamba..."