Skip to content

Instantly share code, notes, and snippets.

@amavlyanov
Created November 21, 2022 20:29
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 amavlyanov/d1fa32370ab399735db44ada2694f3c6 to your computer and use it in GitHub Desktop.
Save amavlyanov/d1fa32370ab399735db44ada2694f3c6 to your computer and use it in GitHub Desktop.
oel-9.0.download.sh
#!/bin/bash
aria2c -o OracleLinux-R9-U0-x86_64-boot-uek.iso https://yum.oracle.com/ISOS/OracleLinux/OL9/u0/x86_64/OracleLinux-R9-U0-x86_64-boot-uek.iso
aria2c -o OracleLinux-R9-U0-x86_64-boot.iso https://yum.oracle.com/ISOS/OracleLinux/OL9/u0/x86_64/OracleLinux-R9-U0-x86_64-boot.iso
aria2c -o OracleLinux-R9-U0-x86_64-dvd.iso https://yum.oracle.com/ISOS/OracleLinux/OL9/u0/x86_64/OracleLinux-R9-U0-x86_64-dvd.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment