#!/bin/bash
log "attempting installation of the following packages: $@"
$(detectPackageInstaller) $@ || abort "Unable to install packages: $@"