From 1824c8aa891d435065eedbf32476121d9ffd5757 Mon Sep 17 00:00:00 2001 From: Phil Date: Sat, 11 Jun 2022 09:45:35 +0100 Subject: [PATCH] Fixed Execute error --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 3e52277..7eb36b8 100755 --- a/setup.sh +++ b/setup.sh @@ -2,6 +2,7 @@ if [ -d "/etc/update-motd.d/old" ];then 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' + bash -c "sudo chmod +x /etc/update-motd.d/00-custom" else bash -c "sudo apt install inxi -y" bash -c "sudo mkdir /etc/update-motd.d/old"