Skip to content

Instantly share code, notes, and snippets.

@arkenidar
Created February 12, 2025 13:41
Show Gist options
  • Save arkenidar/9971587273b205e2626da0ce9fa03e9a to your computer and use it in GitHub Desktop.
Save arkenidar/9971587273b205e2626da0ce9fa03e9a to your computer and use it in GitHub Desktop.
bash scripts for setup and/or setup-related textual notes
#!/usr/bin/env bash
open https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/
wget https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA512SUMS
wget https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA512SUMS.sign
export ISO=debian-live-12.9.0-amd64-kde
# file $ISO.iso
wget https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/$ISO.iso
file $ISO.iso
wget https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/$ISO.iso.contents
wget https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/$ISO.iso.log
wget https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/$ISO.iso.packages
sha512sum -c SHA512SUMS 2>/dev/null | grep $ISO.iso
file $ISO.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment