summarylogtreecommitdiffstats
path: root/readme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'readme.sh')
-rwxr-xr-xreadme.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/readme.sh b/readme.sh
new file mode 100755
index 000000000000..b9aaf2237f82
--- /dev/null
+++ b/readme.sh
@@ -0,0 +1,15 @@
+#!/usr/bin/bash
+
+echo 'The source file for this package needs to be downloaded manually'
+echo 'since it requires a login and is not redistributable.'
+echo 'Please visit'
+echo ' https://www.oracle.com/technetwork/java/javase/downloads/'
+echo ' Java SE ... JDK, Download v'
+echo 'and download'
+echo " ${1%.part}"
+echo 'to your ~/Downloads folder or in with the PKGBUILD.'
+echo ''
+echo 'Please do not post alternate sources. They are not legal. Advertising'
+echo 'will get them taken down by Oracle or too much traffic. Keep it a'
+echo 'secret.'
+exit 1