git.fiddlerwoaroof.com
Browse code

fix wget

Ed Langley authored on 04/11/2018 06:21:11
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 #!/usr/bin/env bash
2 2
 cd $HOME
3 3
 
4
-wget -q-O- https://srv2.elangley.org/~edwlan/sbcl-static.tgz|tar vzx 
4
+wget -qO- https://srv2.elangley.org/~edwlan/sbcl-static.tgz|tar vzx 
5 5
 
6 6
 git clone --depth=1 https://gitlab.com/fiddlerwoaroof/osicat.git ~/sbcl/quicklisp/local-projects/osicat
7 7
 git clone --depth=1 https://gitlab.com/fiddlerwoaroof/cffi.git ~/sbcl/quicklisp/local-projects/cffi