Skip to content

Commit

Permalink
Merge pull request #4 from stevebrownlee/stevebrownlee-patch-1
Browse files Browse the repository at this point in the history
Update setup_ubuntu_local.sh
  • Loading branch information
stevebrownlee authored Jan 31, 2024
2 parents 29e98b6 + 6193863 commit 030b17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_ubuntu_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_rele
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update -y

packages=("gcc" "git" "curl" "nginx" "certbot" "python3-django" "postgresql-12" "postgresql-contrib-12" "python3-pip" "python3.10-venv")
packages=("gcc" "git" "curl" "nginx" "certbot" "python3-django" "postgresql" "postgresql-contrib" "python3-pip" "python3.10-venv")

for package in "${packages[@]}"; do
if ! dpkg-query -W -f='${Status}\n' "$package" | grep -q "ok installed"; then
Expand Down

0 comments on commit 030b17e

Please sign in to comment.