From aaf05c1e122cfab2c99d67c95abdb46640f94815 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 6 Jul 2024 15:45:22 +0200 Subject: [PATCH] add logging --- install-next.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-next.sh b/install-next.sh index dc6040c..2b8551f 100644 --- a/install-next.sh +++ b/install-next.sh @@ -76,7 +76,7 @@ cmd_exec apt install lsb-release dpkg-dev wget curl figlet lolcat unzip whiptail msg_ok "Installing needed base packages" function header_info { -cmd_exec /usr/bin/env figlet -w 60 -c "Mystic BBS DbP Installer" | /usr/games/lolcat -f +/usr/bin/env figlet -w 60 -c "Mystic BBS DbP Installer" | /usr/games/lolcat -f } header_info