From fd43b0fd9ce36aec1bcb0ffda612af3f8cbc2485 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 2 Oct 2018 08:37:58 -0500 Subject: [PATCH] . --- linupx-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linupx-install.sh b/linupx-install.sh index 160f222..0de9114 100755 --- a/linupx-install.sh +++ b/linupx-install.sh @@ -1,7 +1,6 @@ #!/bin/bash # Wrapper script for install, for easier execution via URL. - if [ "$EUID" -ne 0 ]; then PREFIX='sudo'; else PREFIX=''; fi if type apt &>/dev/null; then @@ -23,6 +22,8 @@ else ATYPE="unknown" fi +echo -e "${LGreen}LinUPx Installation Script" + $PREFIX $APTFUNC -y install wget curl git $PREFIX set -eu