More cleanup

This commit is contained in:
Alex Malinovich 2018-04-19 22:58:12 -07:00
commit 241fe12e04
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,6 @@ 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."