From 8a47ba478b1877fcebf59b1acf3d6033165a09e3 Mon Sep 17 00:00:00 2001 From: MountyMapleSyrup <159492850+MountyMapleSyrup@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:48:58 -0400 Subject: [PATCH] Update lazylibrarian-install.sh Adding missing motd_ssh and customize commands --- install/lazylibrarian-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/lazylibrarian-install.sh b/install/lazylibrarian-install.sh index e94203dd..a166782e 100644 --- a/install/lazylibrarian-install.sh +++ b/install/lazylibrarian-install.sh @@ -43,6 +43,9 @@ systemctl -q daemon-reload systemctl enable --now -q lazylibrarian msg_ok "Created Service" +motd_ssh +customize + msg_info "Cleaning up" $STD apt-get autoremove $STD apt-get autoclean