1
0
mirror of /repos/Prototyper.git synced 2026-06-25 12:30:50 +02:00

get correct image

This commit is contained in:
Aiko Mastboom
2013-04-30 13:14:08 +02:00
parent 48b57f6547
commit c13d5b1f56
+1 -1
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}