#!/bin/bash # Author: Christoph Galuschka # Author: Rene Diepstraten [[ $centos_ver -ge 7 ]] && { t_Log "busybox is not part of el${centos_ver}" ; exit ; } t_Log "Running $0 - attempting to install busybox." t_InstallPackage busybox