More debugging output

This commit is contained in:
Alex Malinovich 2018-04-19 22:27:48 -07:00
commit 5d76a1f1f3

View file

@ -38,6 +38,7 @@ install() {
sleep 1
[ -z "$DISTRO_INSTALL" ] && check_distro
echo "Installing using '$DISTRO_INSTALL $1'"
if [ $EUID -ne 0 ]; then
sudo $DISTRO_INSTALL $1 || abort "Failed while trying to install '$1'. Please install it manually and try again."