Async functions #168

Closed
Sirherobrine23 wants to merge 14 commits from AsyncFunctions into main
10 changed files with 126 additions and 127 deletions
Showing only changes of commit 49599c25a6 - Show all commits

View File

@ -39,7 +39,7 @@ if ! [ "$(uname -m)" == "x86_64" ];then
fi
# Install openjdk
case `apt search openjdk` in
case "$(apt search openjdk)" in
*openjdk-17* ) apt install -y openjdk-17*;;
*openjdk-11* ) apt install -y openjdk-11*;;
* ) echo "No openjdk version found, skipping";;