summaryrefslogtreecommitdiff
path: root/tools/setup-snowshoe-deps.sh
blob: b31ffc6bd6519c4bc3bbe7ac24cbddd9f12cffbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

MIRROR_URL=http://qtlabs.org.br/~lmoura/qt5/

# Uncomment line below to use the internal mirror
#MIRROR_URL=http://10.60.5.99/lauro/qt5/

/scratchbox/login -s <<EOF
echo "deb $MIRROR_URL unstable main" >> /etc/apt/sources.list
apt-get update
fakeroot apt-get install -y "qt5-*" webkit-snapshot qt-components2
EOF