From 0781bed2bc4e5fe1fd0da7ea81e9e810433bc17f Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 1 Feb 2021 17:26:16 -0500 Subject: replaced curl with fetch(1) --- Bastillefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bastillefile b/Bastillefile index fc385b9..dfa7061 100644 --- a/Bastillefile +++ b/Bastillefile @@ -7,7 +7,7 @@ FSTAB /zroot/gl /var/db/gl nullfs rw 0 0 PKG nginx yarn sqlite3 rust # Download sources -CMD curl -kf http://192.168.1.50:3000/53hornet/theglassyladies/archive/master.tar.gz -o /tmp/build/master.tar.gz +fetch -o /tmp http://192.168.1.50:3000/53hornet/theglassyladies/archive/master.tar.gz CMD tar -xzvf /tmp/build/master.tar.gz -C /tmp/build # Build backend -- cgit v1.2.3