Skip to content

Commit 07e08f6

Browse files
committed
add image sequencer
1 parent 696a791 commit 07e08f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

builder/chroot-script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ tar -xzf node-v9.7.1-linux-armv6l.tar.gz
216216
sudo cp -r node-v9.7.1-linux-armv6l/* /usr/local/
217217
sudo apt-get install git
218218

219-
# install infragram in the web public folder:
220219
cd /var/www/
221220

222221
# install infragram in the web public folder:

builder/files/var/www/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ <h2>Public Lab Pi Camera Kit</h2>
2828

2929
<p>While connected to this camera, you won't have regular internet access.</p>
3030

31-
<p><a href="http://pi.local/infragram/pi/">Access Infragram software</a></p>
32-
<p><a href="http://pi.local/cam/">Access the camera</a></p>
33-
31+
<p><a class="btn" href="http://pi.local/infragram/pi/">Access Infragram software</a></p>
32+
<p><a class="btn" href="http://pi.local/cam/">Access the camera</a></p>
33+
<p><a class="btn" href="http://pi.local/image-sequencer/examples/">Access Image Sequencer software</a></p>
34+
3435
</body>
3536
</html>

0 commit comments

Comments
 (0)