summaryrefslogtreecommitdiff
path: root/scripts/setup_wince.sh
blob: ca651246f5d018c779bdf6a2b4ae0a57c0b4ad92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

echo "#############################################################"
echo "This script has been deprecated. If you need to add packages,"
echo "add it to the wince/Dockerfile on the navit/Dockerfiles repo."
echo "#############################################################"

set -e

mkdir -p /var/lib/apt/lists/partial
apt-get update
apt-get install -y git-core
apt-get install -y xsltproc