From 02ec9ba9b4e12125a3563280c354420db839d09f Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 12 Sep 2020 12:31:37 -0400 Subject: [PATCH] update first time ubuntu --- bin/first_time_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/first_time_ubuntu.sh b/bin/first_time_ubuntu.sh index 568690ad..b098dbe5 100755 --- a/bin/first_time_ubuntu.sh +++ b/bin/first_time_ubuntu.sh @@ -12,7 +12,7 @@ sudo apt update -y || die "Error running apt update" sudo apt upgrade -y || die "Error running apt upgrade" # Install packages -sudo apt install openjdk-11-jdk maven postgresql-10 redis-server jq python3 python3-pip npm webpack curl unzip -y || die "Error installing apt packages" +sudo apt install openjdk-11-jdk maven postgresql redis-server jq python3 python3-pip npm webpack curl unzip -y || die "Error installing apt packages" sudo pip3 install setuptools psycopg2-binary || die "Error installing pip packages" # Install packer