From 30f34d85e4e3073f0007f811042bc78cd561465b Mon Sep 17 00:00:00 2001 From: Liam <33645555+lj3954@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:26:17 -0700 Subject: [PATCH] refactor: Remove pointless comment Co-authored-by: nyx --- core/tabs/utils/create-bootable-usb.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tabs/utils/create-bootable-usb.sh b/core/tabs/utils/create-bootable-usb.sh index 1954e09a..1ab46bc4 100644 --- a/core/tabs/utils/create-bootable-usb.sh +++ b/core/tabs/utils/create-bootable-usb.sh @@ -125,7 +125,6 @@ get_architecture() { esac } -# Function to fetch ISO URLs get_online_iso() { get_architecture printf "%b\n" "${YELLOW}Fetching available operating systems...${RC}"