summarylogtreecommitdiffstats
path: root/readme.sh
diff options
context:
space:
mode:
authorChris Severance2019-10-23 16:12:04 -0400
committerChris Severance2019-10-23 16:12:04 -0400
commit1ccf9aebf7d31c8c7993af055a6faa0421e81e66 (patch)
tree53cb8eead74d13b3ad4d58a111bdba79bebf5e96 /readme.sh
parentb68622937d2d1320fc1e7676c201655796b243fb (diff)
downloadaur-jre6.tar.gz
autu: Update to 6u45-4
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..61f35b6bb52b
--- /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 (XDG_DOWNLOAD_DIR) 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