diff options
author | Yigit Sever | 2021-10-09 15:20:23 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-09 15:20:23 +0300 |
commit | 9b6c63a3044352960ee91b412ac19e1ef1181914 (patch) | |
tree | fdb1e485486b21971a8a62b2986787e3c6d26727 /logisim-evolution.install | |
parent | e1518c638331d13e26bd37a557701743a78ea29b (diff) | |
download | packages-9b6c63a3044352960ee91b412ac19e1ef1181914.tar.gz packages-9b6c63a3044352960ee91b412ac19e1ef1181914.tar.bz2 packages-9b6c63a3044352960ee91b412ac19e1ef1181914.zip |
Add required java-runtime to install script
Diffstat (limited to 'logisim-evolution.install')
-rw-r--r-- | logisim-evolution.install | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/logisim-evolution.install b/logisim-evolution.install index 9d3ce28..e9feb9c 100644 --- a/logisim-evolution.install +++ b/logisim-evolution.install | |||
@@ -4,8 +4,18 @@ pre_install() { | |||
4 | 4 | ||
5 | pre_upgrade() { | 5 | pre_upgrade() { |
6 | cat << EOF | 6 | cat << EOF |
7 | |||
8 | This package requires java-runtime>= 14, if you have multiple jdks installed | ||
9 | please ensure the correct one is set; | ||
10 | |||
11 | # archlinux-java set java-16-openjdk | ||
12 | |||
13 | ----- | ||
14 | |||
7 | Please notice that this AUR repo is a build-from-source package. | 15 | Please notice that this AUR repo is a build-from-source package. |
8 | 16 | ||
9 | However, binary version (the previous one) can be found as 'logisim-evolution-bin'. | 17 | However, binary version (the previous one) can be found as 'logisim-evolution-bin'. |
18 | |||
19 | |||
10 | EOF | 20 | EOF |
11 | } \ No newline at end of file | 21 | } |