Skip to content

Commit

Permalink
Update install_reqs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dlee35 committed May 22, 2022
1 parent 7f8c09b commit 5ad02aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions terraform/scripts/install_reqs.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#! /bin/bash
sudo apt update && \
sudo apt full-upgrade -y && \
#sudo apt install python3.7 -y && \
#sudo update-alternatives --set python /usr/bin/python3.7 && \
#sudo apt update && \
#curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip2.py && \
#curl https://bootstrap.pypa.io/pip/get-pip.py --output get-pip3.py && \
#sudo python2 get-pip2.py && \
#sudo python3 get-pip3.py && \
sudo tee /etc/apt/apt.conf.d/00-local << EOF
Dpkg::Options {
"--force-confdef";
"--force-confold";
}
EOF
export DEBIAN_FRONTEND=noninteractive && \
sudo -E apt update && \
sudo -E apt full-upgrade -y && \
sudo systemctl restart sshd

0 comments on commit 5ad02aa

Please sign in to comment.