summarylogtreecommitdiffstats
path: root/readme.sh
blob: b9aaf2237f821680c0bd0dee17a1015409fa4726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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