From 95a608867f4d1d54f3c60fc7659d4806b93d1030 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Thu, 9 May 2024 22:16:16 +0530 Subject: [PATCH] Update 01_build_file_system.sh --- 01_build_file_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_build_file_system.sh b/01_build_file_system.sh index fcbc785..4386994 100755 --- a/01_build_file_system.sh +++ b/01_build_file_system.sh @@ -3,7 +3,7 @@ set -eu -o pipefail echo >&2 "===]> Info: Download ISO and Unsquash FS" cd "${ROOT_PATH}" -wget "https://mirrors.edge.kernel.org/linuxmint/stable/${MINT_VERSION}/linuxmint-${MINT_VERSION}-${FLAVOUR}-64bit.iso" +wget -q "https://mirrors.edge.kernel.org/linuxmint/stable/${MINT_VERSION}/linuxmint-${MINT_VERSION}-${FLAVOUR}-64bit.iso" mount "linuxmint-${MINT_VERSION}-${FLAVOUR}-64bit.iso" /mnt cp /mnt/casper/filesystem.squashfs "${ROOT_PATH}" unsquashfs "${ROOT_PATH}/filesystem.squashfs"