mirror of
https://github.com/torrentpier/autoinstall.git
synced 2025-02-28 15:10:55 +03:00
Logging is disabled for apt.install.sh in the distributor (#3)
* Logging is disabled for apt.install.sh in the distributor (#5)
This commit is contained in:
parent
db927f4a85
commit
3faed73e71
@ -86,7 +86,7 @@ if $foundOs; then
|
|||||||
echo "Starting the automatic installation" | tee -a "$logsInst"
|
echo "Starting the automatic installation" | tee -a "$logsInst"
|
||||||
echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null
|
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 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
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user