From 3faed73e71c7694f3c52a42bccb4219147640f84 Mon Sep 17 00:00:00 2001 From: Sergei Solovev <31823239+SeAnSolovev@users.noreply.github.com> Date: Sun, 24 Nov 2024 13:49:38 +0300 Subject: [PATCH] Logging is disabled for apt.install.sh in the distributor (#3) * Logging is disabled for apt.install.sh in the distributor (#5) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d28b86d..24dbac4 100644 --- a/install.sh +++ b/install.sh @@ -86,7 +86,7 @@ if $foundOs; then echo "Starting the automatic installation" | tee -a "$logsInst" echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null sudo chmod +x /tmp/torrentpier/autoinstall/apt.install.sh 2>&1 | sudo tee -a "$logsInst" > /dev/null - sudo /tmp/torrentpier/autoinstall/apt.install.sh 2>&1 | sudo tee -a "$logsInst" + sudo /tmp/torrentpier/autoinstall/apt.install.sh fi done else