From f01120bdd59e2bf27fc1e26eee4a749b6ee086f2 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 23 Dec 2021 23:55:40 -0300 Subject: [PATCH] Update bootstrap.sh --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index c91a027..75225cb 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -29,7 +29,7 @@ checkForDependencies() { if [ -f "/etc/arch-release" ] || [ $unameOutput -eq 0 ]; then sudo pacman --noconfirm --needed -Sy dialog > /dev/null 2>&1 if [ $? -eq 1 ]; then - echo "You must run this script as root and have an active internet connection." >&2 + echo "You must have an active internet connection." >&2 exit 1 fi