From 4bc09fe01d0e65060b25baf7f7e263f609bf77f0 Mon Sep 17 00:00:00 2001 From: dominikn Date: Wed, 22 Feb 2023 17:30:10 +0100 Subject: [PATCH] added a generic motd --- platforms.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platforms.yaml b/platforms.yaml index 0745811..9484711 100644 --- a/platforms.yaml +++ b/platforms.yaml @@ -21,3 +21,9 @@ panther: short_msg_down: '' long_msg: 'Panther' architectures: [amd64, arm64] + +generic: + short_msg_up: 'Husarion' + short_msg_down: '' + long_msg: 'Husarion' + architectures: [amd64, arm64] \ No newline at end of file