Browse Source

update first time ubuntu

tags/v1.1.1
Jonathan Cobb 4 years ago
parent
commit
02ec9ba9b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/first_time_ubuntu.sh

+ 1
- 1
bin/first_time_ubuntu.sh View File

@@ -12,7 +12,7 @@ sudo apt update -y || die "Error running apt update"
sudo apt upgrade -y || die "Error running apt upgrade" sudo apt upgrade -y || die "Error running apt upgrade"


# Install packages # 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" sudo pip3 install setuptools psycopg2-binary || die "Error installing pip packages"


# Install packer # Install packer


Loading…
Cancel
Save