Skip to content

Commit

Permalink
Fix PostGIS packages, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Dec 1, 2019
1 parent 05f2ef5 commit abded10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/homestead
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

require __DIR__.'/../../../autoload.php';

$app = new Symfony\Component\Console\Application('Laravel Homestead', '10.0.0');
$app = new Symfony\Component\Console\Application('Laravel Homestead', '10.0.1');

$app->add(new Laravel\Homestead\MakeCommand);

Expand Down
7 changes: 2 additions & 5 deletions scripts/postgis.sh → scripts/features/postgis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ fi

touch /home/vagrant/.homestead-features/postgis

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt bionic-pgdg main" >> /etc/apt/sources.list'
wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add -

sudo apt update
sudo apt-get -y install postgresql-11-postgis-2.5 postgresql-11-postgis-scripts
sudo apt-get update
sudo apt-get -y install postgresql-11-postgis-3 postgresql-11-postgis-3-scripts

0 comments on commit abded10

Please sign in to comment.