From c2f1add4811387d33261f355149a8519ac2d53c5 Mon Sep 17 00:00:00 2001 From: Bryce Glover Date: Sat, 6 Nov 2021 21:25:38 -0400 Subject: [PATCH] install: Obsolete and remove this script after upstream deprecated it. Upstream deprecated this installer script in commits `2680637`, `c6160cd`, `135edd1`, `a8104cf`, and `e690a46` after porting it to `bash` as part of Homebrew/install#256. We here downstream don't need to make as many backward -compatibility promises ourselves. --- install | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 install diff --git a/install b/install deleted file mode 100755 index 72e172de..00000000 --- a/install +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/ruby - -STDERR.print <