Skip to content

Commit

Permalink
Update 01_build_file_system.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored May 9, 2024
1 parent 6e97bdd commit 95a6088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_build_file_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 95a6088

Please sign in to comment.