1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

get correct image

This commit is contained in:
Aiko Mastboom 2013-04-30 13:14:08 +02:00
parent 48b57f6547
commit c13d5b1f56

View File

@ -59,7 +59,7 @@ if [ ! -f ./glyphicons-halflings.png ]; then
curl -O http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/img/glyphicons-halflings.png
fi
if [ ! -f ./glyphicons-halflings-white.png ]; then
curl -O http://prototyper.aiko.local:8000/lib/img/glyphicons-halflings-white.png
curl -O http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/img/glyphicons-halflings-white.png
fi
cd ${current_dir}