1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 13:16:47 +00:00

chore: auto format code

This commit is contained in:
Tw93
2025-12-28 06:05:06 +00:00
parent 8cecb3ff73
commit c36418aa47

View File

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