#!/bin/bash# Author: Christoph Galuschka <christoph.galuschka@chello.at> # Install pythonif (t_GetArch | grep -qE 'aarch64') then echo "Package not included with AArch64, skipping" exit 0fi t_Log "Running $0 - installing openjdk runtime/development environment." t_InstallPackage java-1.6.0-openjdk java-1.6.0-openjdk-devel