diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-02-01 17:26:16 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-02-01 17:26:16 -0500 |
commit | 0781bed2bc4e5fe1fd0da7ea81e9e810433bc17f (patch) | |
tree | c8c8e09833215d4482889a1909aef517cc18977e | |
parent | d3e2b24d94d7566241c19557b0a2cbaf0ad6a257 (diff) | |
download | theglassyladies-0781bed2bc4e5fe1fd0da7ea81e9e810433bc17f.tar.xz theglassyladies-0781bed2bc4e5fe1fd0da7ea81e9e810433bc17f.zip |
replaced curl with fetch(1)
-rw-r--r-- | Bastillefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |