From 9a9bc560b576f3a6c53dbcc991f0d610c21ffef0 Mon Sep 17 00:00:00 2001 From: MountyMapleSyrup <159492850+MountyMapleSyrup@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:24:21 -0400 Subject: [PATCH] Update Ascii art for lazylibrarian.sh --- ct/lazylibrarian.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ct/lazylibrarian.sh b/ct/lazylibrarian.sh index 400d969a..665f1ee3 100644 --- a/ct/lazylibrarian.sh +++ b/ct/lazylibrarian.sh @@ -8,13 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build function header_info { clear cat <<"EOF" - _ _ _ _ _ -| | __ _ _____ _| | (_) |__ _ __ __ _ _ __(_) __ _ _ __ -| | / _` |_ / | | | | | | '_ \| '__/ _` | '__| |/ _` | '_ \ -| |__| (_| |/ /| |_| | |___| | |_) | | | (_| | | | | (_| | | | | -|_____\__,_/___|\__, |_____|_|_.__/|_| \__,_|_| |_|\__,_|_| |_| - |___/ - + __ __ _ __ _ + / / ____ _____ __ __/ / (_) /_ _________ ______(_)___ _____ + / / / __ `/_ / / / / / / / / __ \/ ___/ __ `/ ___/ / __ `/ __ \ + / /___/ /_/ / / /_/ /_/ / /___/ / /_/ / / / /_/ / / / / /_/ / / / / +/_____/\__,_/ /___/\__, /_____/_/_.___/_/ \__,_/_/ /_/\__,_/_/ /_/ + /____/ EOF } header_info