Created
November 21, 2022 20:29
-
-
Save amavlyanov/d1fa32370ab399735db44ada2694f3c6 to your computer and use it in GitHub Desktop.
oel-9.0.download.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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