From 775cf27a57484fa16173a23648e0bfdf5ced0833 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 6 Jul 2024 15:17:17 +0200 Subject: [PATCH] add logging --- install-next.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-next.sh b/install-next.sh index 590061e..c487370 100644 --- a/install-next.sh +++ b/install-next.sh @@ -71,8 +71,8 @@ function msg_ok() { mkdir -p $MSTEMPDIR &>/dev/null msg_info "Installing needed base packages" -cmd_exec apt update -cmd_exec apt install lsb-release dpkg-dev wget curl figlet lolcat unzip whiptail dialog -y &>$INSTALLLOG +cmd_exec apt update | tee -a $INSTALLLOG +cmd_exec apt install lsb-release dpkg-dev wget curl figlet lolcat unzip whiptail dialog -y | tee -a $INSTALLLOG msg_ok "Installing needed base packages" function header_info {