Skip to content

Instantly share code, notes, and snippets.

@Jontes-Tech
Created March 26, 2022 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jontes-Tech/417f66cbd9021ef09fe96da3d0a7f9ec to your computer and use it in GitHub Desktop.
Save Jontes-Tech/417f66cbd9021ef09fe96da3d0a7f9ec to your computer and use it in GitHub Desktop.
Downloads Arch Linux from acc.umu.se.
version=$(curl https://distro.ibiblio.org/archlinux/iso/latest/md5sums.txt --silent | grep iso$ | awk '{print $2}' | sed -e 's/archlinux-//g' -e 's/-x86_64.iso//g')
wget -O /home/jonte/isos/archlinux.iso "https://ftp.acc.umu.se/mirror/archlinux/iso/"$version"/archlinux-"$version"-x86_64.iso"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment