From c36418aa4780b79fcb0e268bda9255ffe5263d30 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 28 Dec 2025 06:05:06 +0000 Subject: [PATCH] chore: auto format code --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 3595fef..c289511 100755 --- a/install.sh +++ b/install.sh @@ -136,8 +136,8 @@ resolve_source_dir() { start_line_spinner "Fetching Mole source..." if command -v curl > /dev/null 2>&1; then - if curl -fsSL -o "$tmp/mole.tar.gz" "https://github.com/tw93/mole/archive/refs/heads/main.tar.gz" 2>/dev/null; then - if tar -xzf "$tmp/mole.tar.gz" -C "$tmp" 2>/dev/null; then + if curl -fsSL -o "$tmp/mole.tar.gz" "https://github.com/tw93/mole/archive/refs/heads/main.tar.gz" 2> /dev/null; then + if tar -xzf "$tmp/mole.tar.gz" -C "$tmp" 2> /dev/null; then stop_line_spinner # Extracted folder name: Mole-main (capital M) if [[ -d "$tmp/Mole-main" ]]; then