From c936f3f294bb7fc8a86769a7dda1703409a2f01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Deloumeau-Prigent?= Date: Thu, 30 Sep 2021 11:50:01 +0200 Subject: [PATCH] move dynmotd to scripts/00-basic --- README.md | 2 +- dynmotd => scripts/00-basic | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dynmotd => scripts/00-basic (100%) diff --git a/README.md b/README.md index da98eea..b752c72 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ It do a low level installation so it is compatible with _all_ Linux distros ```bash mkdir /etc/update-motd.d -curl -s https://raw.githubusercontent.com/claranet/motd/master/dynmotd -o /etc/update-motd.d/00-basic +curl -s https://raw.githubusercontent.com/claranet/motd/master/scripts/00-basic -o /etc/update-motd.d/00-basic chmod +x /etc/update-motd.d/00-basic ``` diff --git a/dynmotd b/scripts/00-basic similarity index 100% rename from dynmotd rename to scripts/00-basic