Skip to content

Instantly share code, notes, and snippets.

@amavlyanov
Last active November 25, 2021 21:06
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/6818ce39a0555364012448297057a448 to your computer and use it in GitHub Desktop.
Save amavlyanov/6818ce39a0555364012448297057a448 to your computer and use it in GitHub Desktop.
Download Oracle Linux
#!/bin/bash
aria2c -o OL7_u9_x86_64-boot-uek.iso http://yum.oracle.com/ISOS/OracleLinux/OL7/u9/x86_64/x86_64-boot-uek.iso
aria2c -o OL7_u9_x86_64-boot.iso http://yum.oracle.com/ISOS/OracleLinux/OL7/u9/x86_64/x86_64-boot.iso
aria2c -o OL7_u9_x86_64-dvd.iso http://yum.oracle.com/ISOS/OracleLinux/OL7/u9/x86_64/OracleLinux-R7-U9-Server-x86_64-dvd.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment