forked from switch2osm/switch2osm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
|
||
sudo apt update | ||
sudo apt upgrade && sudo apt install \ | ||
screen locate libapache2-mod-tile renderd \ | ||
git tar unzip wget bzip2 apache2 lua5.1 \ | ||
git tar unzip wget bzip2 apache2 lua5.1 \ | ||
mapnik-utils python3-mapnik python3-psycopg2 \ | ||
python3-yaml gdal-bin npm fonts-noto-cjk \ | ||
fonts-noto-hinted fonts-noto-unhinted \ | ||
fonts-unifont fonts-hanazono postgresql \ | ||
postgresql-contrib postgresql-14-postgis-3 \ | ||
postgis postgresql-14-postgis-3-scripts \ | ||
osm2pgsql net-tools curl | ||
python3-yaml gdal-bin npm postgresql \ | ||
postgresql-contrib postgis postgresql-14-postgis-3 \ | ||
postgresql-14-postgis-3-scripts osm2pgsql \ | ||
net-tools curl |