only:no more java 8
This commit is contained in:
parent
3e64fbd06d
commit
ea41335d8c
|
@ -6,7 +6,7 @@
|
|||
sudo apt-get update -y
|
||||
|
||||
# install dependencies
|
||||
sudo apt-get install -y build-essential gcc gdb gcc-multilib g++-multilib make openjdk-8-jdk-headless ant mtools zip xxd libncurses5 libncursesw5
|
||||
sudo apt-get install -y build-essential gcc gdb gcc-multilib g++-multilib make openjdk-11-jdk-headless ant mtools zip xxd libncurses5 libncursesw5
|
||||
|
||||
# delete any old tools, create a new folder, and go there
|
||||
rm -rf ~/.rusefi-tools
|
||||
|
|
|
@ -18,7 +18,7 @@ git submodule update --init
|
|||
sudo apt-get update
|
||||
|
||||
# install dependencies
|
||||
sudo apt-get install -y build-essential gcc gdb gcc-multilib g++-multilib make openjdk-8-jdk-headless mtools zip xxd libncurses5 libncursesw5
|
||||
sudo apt-get install -y build-essential gcc gdb gcc-multilib g++-multilib make openjdk-11-jdk-headless mtools zip xxd libncurses5 libncursesw5
|
||||
|
||||
# delete any old tools, create a new folder, and go there
|
||||
rm -rf ~/.rusefi-tools
|
||||
|
|
Loading…
Reference in New Issue