summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-02-09 16:38:04 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-02-09 16:38:04 -0500
commitcf686ed1f8b249839d22f8c11f09fa7d8516d382 (patch)
treedbc052784c9334d069c9a9ddf24230dafab4de51
parentd6b256537a9efacb89b4fae5709dbb55f1934501 (diff)
downloadwww-cf686ed1f8b249839d22f8c11f09fa7d8516d382.tar.xz
www-cf686ed1f8b249839d22f8c11f09fa7d8516d382.zip
fixed fetch URL
-rw-r--r--Bastillefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bastillefile b/Bastillefile
index 13ec2bd..8b8a5df 100644
--- a/Bastillefile
+++ b/Bastillefile
@@ -2,7 +2,7 @@
PKG lighttpd
OVERLAY usr
OVERLAY var
-CMD fetch -o /tmp http://192.168.1.50:3000/53hornet/53hor/archive/master.tar.gz
+CMD fetch -o /tmp http://git.53hor.net/53hornet/53hor/archive/master.tar.gz
CMD tar -C /var -xvf /tmp/master.tar.gz --exclude drafts --exclude Makefile --exclude templates
CMD mv /tmp/master.tar.gz /tmp/master.tar.gz.bak
SYSRC lighttpd_enable=YES