summarylogtreecommitdiffstats
path: root/readme.sh
diff options
context:
space:
mode:
authorChris Severance2019-10-20 19:18:47 -0400
committerChris Severance2019-10-20 19:18:47 -0400
commita6b55c2b29aab40489b2997a0433012963b2f102 (patch)
tree0bc99b648c729dcd4fa0b23534dc328da861e38a /readme.sh
parent13454f1380c2eac993f1c7a0073d4b11f222671b (diff)
downloadaur-a6b55c2b29aab40489b2997a0433012963b2f102.tar.gz
autu: Update to 7u80-1
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