From 93acf1d6684adb35b3a674295296c8af48def8c7 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sat, 22 Nov 2025 13:29:33 +0100 Subject: [PATCH] Poprawienie skryptu instalacji motd. --- install-motd.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install-motd.sh b/install-motd.sh index 5a69103..190577f 100755 --- a/install-motd.sh +++ b/install-motd.sh @@ -6,6 +6,4 @@ sudo git clone https://github.com/xero/figlet-fonts /usr/share/figlet-fonts; sudo cp -v motd /usr/local/bin; sudo chmod +x /usr/local/bin/motd; -sudo sed -i "s/hostname/$(hostname)/" /usr/local/bin/motd; - tail -3 bashrc >> ~/.bashrc; -- 2.39.5