Skip to main content

I can remove my VFD installer

ID
e62524c
date
2023-09-23 12:01:44+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
c31bff8
message
I can remove my VFD installer
changed files
1 file, 10 deletions

Changed files

installers/install-vfd (257) → installers/install-vfd (0)

diff --git a/installers/install-vfd b/installers/install-vfd
deleted file mode 100755
index 944ca49..0000000
--- a/installers/install-vfd
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-# Gets the latest version of vfd, the command-line tool I use to build
-# my static books site.
-#
-# See https://github.com/alexwlchan/books.alexwlchan.net
-
-set -o errexit
-set -o nounset
-
-_install-github-bin alexwlchan/books.alexwlchan.net
\ No newline at end of file