From a09c6e3ef38d1e443a5d32c16ff62895957815cf Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 17:30:06 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/define.sh b/src/define.sh index b1cc0c1..87454f2 100644 --- a/src/define.sh +++ b/src/define.sh @@ -61,9 +61,6 @@ getLink() { "tiny10") url="https://archive.org/download/tiny-10-23-h2/tiny10%20${PLATFORM,,}%2023h2.iso" ;; - *) - return 0 - ;; esac echo "$url"