Skip to content

Instantly share code, notes, and snippets.

@amavlyanov
Last active November 21, 2022 20:32
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/724e2959b30f27941ee6d185d1218611 to your computer and use it in GitHub Desktop.
Save amavlyanov/724e2959b30f27941ee6d185d1218611 to your computer and use it in GitHub Desktop.
Download Oracle LInux 8.7
#!/bin/bash
aria2c -o OL8_u7_x86_64-boot-uek.iso https://yum.oracle.com/ISOS/OracleLinux/OL8/u7/x86_64/x86_64-boot-uek.iso
aria2c -o OL8_u7_x86_64-boot.iso https://yum.oracle.com/ISOS/OracleLinux/OL8/u7/x86_64/x86_64-boot.iso
aria2c -o OL8_u7-x86_64-dvd.iso https://yum.oracle.com/ISOS/OracleLinux/OL8/u7/x86_64/OracleLinux-R8-U7-x86_64-dvd.iso
@Tekky10
Copy link

Tekky10 commented Nov 21, 2022

This is oracle Linux 8.5 do you have 8.2

@amavlyanov
Copy link
Author

amavlyanov commented Nov 21, 2022

This is oracle Linux 8.5 do you have 8.2

aria2c -o OL8_u2_x86_64-boot-uek.iso https://yum.oracle.com/ISOS/OracleLinux/OL8/u2/x86_64/x86_64-boot-uek.iso
aria2c -o OL8_u2_x86_64-boot.iso https://yum.oracle.com/ISOS/OracleLinux/OL8/u2/x86_64/x86_64-boot.iso
aria2c -o OL8_u2_x86_64-dvd.iso https://yum.oracle.com/ISOS/OracleLinux/OL8/u2/x86_64/OracleLinux-R8-U2-x86_64-dvd.iso

Use this link: https://yum.oracle.com/oracle-linux-isos.html for future updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment