File: packages.sh

package info (click to toggle)
mapcache 1.14.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,844 kB
  • sloc: ansic: 33,609; xml: 889; sh: 183; makefile: 61; python: 48
file content (9 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

export DEBIAN_FRONTEND=noninteractive

apt-get update
apt-get install -y cmake apache2
apt-get install -y libcurl4-openssl-dev apache2-dev
apt-get install -y libgdal-dev libfcgi-dev libpixman-1-dev gdal-bin libxml2-utils