add logging
This commit is contained in:
parent
775cf27a57
commit
874f3cd48c
@ -71,8 +71,8 @@ function msg_ok() {
|
||||
mkdir -p $MSTEMPDIR &>/dev/null
|
||||
|
||||
msg_info "Installing needed base packages"
|
||||
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
|
||||
cmd_exec apt update | tee -a $INSTALLLOG &>/dev/null
|
||||
cmd_exec apt install lsb-release dpkg-dev wget curl figlet lolcat unzip whiptail dialog -y | tee -a $INSTALLLOG &>/dev/null
|
||||
msg_ok "Installing needed base packages"
|
||||
|
||||
function header_info {
|
||||
|
Loading…
Reference in New Issue
Block a user