Revert "push apt output to log"

This reverts commit 650002bfe8.
This commit is contained in:
ducoterra
2018-11-25 16:37:33 -05:00
parent 650002bfe8
commit 86dff989b6

View File

@@ -23,7 +23,7 @@ fi
# install dependencies # install dependencies
packages=(gcc wget nginx ufw make sqlite3 bzip2 openssl libffi-dev libssl-dev libsqlite3-dev zlib1g-dev libbz2-dev libpq-dev) packages=(gcc wget nginx ufw make sqlite3 bzip2 openssl libffi-dev libssl-dev libsqlite3-dev zlib1g-dev libbz2-dev libpq-dev)
echo -e "\tRunning apt update" echo -e "\tRunning apt update"
apt update 1>> $aptlogloc 2>> $aptlogloc 3>> $aptlogloc apt update
for package in ${packages[@]}; for package in ${packages[@]};
do do
echo -e "\tInstalling $package" echo -e "\tInstalling $package"