From cf686ed1f8b249839d22f8c11f09fa7d8516d382 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 9 Feb 2021 16:38:04 -0500 Subject: fixed fetch URL --- Bastillefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3