Skip to content

Commit 5f48fff

Browse files
adding scripts directory structure
Former-commit-id: 779fd692beefcf80939b9cd7aa6f4f11e3c247a3
0 parents  commit 5f48fff

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

config.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[parent]
2+
INSTALLED_OPATCH_VERSION=13.9.2
3+
4+
[122130]
5+
WLS_URL=http://download.oracle.com/otn/nt/middleware/12c/12213/fmw_12.2.1.3.0_wls_Disk1_1of1.zip
6+
JDK_URL=https://download.oracle.com/otn-pub/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-x64.tar.gz
7+
INSTALLED_OPATCH_VERSION=13.9.2
8+
9+
[122120]
10+
WLS_URL=http://download.oracle.com/otn/nt/middleware/12c/12212/fmw_12.2.1.2.0_wls_Disk1_1of1.zip
11+
JDK_URL=https://download.oracle.com/otn-pub/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-x64.tar.gz
12+
INSTALLED_OPATCH_VERSION=13.9.2

scripts/download-jdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#!/usr/bin/env bash

0 commit comments

Comments
 (0)