From a5582fd74ba8450ea637d22daa2568f164e08fe0 Mon Sep 17 00:00:00 2001 From: Phil Date: Sat, 11 Jun 2022 09:26:55 +0100 Subject: [PATCH] Fixed Cat Issue --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 2b7dc28..83dd73a 100755 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ bash -c "sudo apt install inxi -y" bash -c "sudo mkdir /etc/update-motd.d/old" bash -c "sudo mv /etc/update-motd.d/* /etc/update-motd.d/old/" -bash -c "sudo cat < /etc/update-motd.d/00-custom +bash -c "sudo cat >> /etc/update-motd.d/00-custom<