From e8086a4d7b66901bad192923df91276e4db14b24 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 13 Jun 2018 22:13:37 -0700 Subject: Remove more unused stuff --- install-roswell.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 install-roswell.sh (limited to 'install-roswell.sh') diff --git a/install-roswell.sh b/install-roswell.sh deleted file mode 100755 index 40f6daa..0000000 --- a/install-roswell.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env sh -# -# Dependencies: -# - libcurl (both v3 and v4 should work) : used for downloading the lisp implimentation binaries etc. -# - automake (required when building from the source) -# - developmental headers of libcurl (required when building from the source) - -set -e -set -x - -[ -d ~/cache ] && mkdir -p ~/cache -git clone -b release https://github.com/snmsts/roswell.git ~/cache/roswell -cd ~/cache/roswell -sh bootstrap -./configure -make -sudo make install -- cgit v1.2.3