From 6c10a675e63e092cfeac6200f42074abd8c02189 Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 26 Jun 2022 20:46:02 +0100 Subject: [PATCH] Added Priv Raise at start --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 515a0e5..2e93743 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,6 @@ #!/bin/bash - +echo "This Script has to be ran as Sudo" +sudo -v if [ -d "/etc/update-motd.d/old" ];then bash -c "sudo rm /etc/update-motd.d/00-custom" bash -c 'sudo wget https://git.ncltech.co.uk/api/v1/repos/Phil/update-motd.d/raw/00-custom -O /etc/update-motd.d/00-custom'