Update lazylibrarian-install.sh

Adding missing motd_ssh and customize commands
This commit is contained in:
MountyMapleSyrup 2024-04-02 15:48:58 -04:00 committed by GitHub
parent 926948e125
commit 8a47ba478b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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