From 0b09e97d0d6163b5a898f5642505ee12dd5ef30e Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 30 Sep 2018 23:44:13 +0200 Subject: Add OpenBSD support --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index d144215..530a7bc 100755 --- a/install.sh +++ b/install.sh @@ -10,8 +10,11 @@ case "$(uname -s)" in bin_dir="/usr/local/bin" export PKG_CONFIG_PATH="/usr/local/opt/libarchive/lib/pkgconfig/" ;; + OpenBSD*) + bin_dir="/usr/local/bin" + ;; *) - echo "The install file can only be run on linux and mac" && exit 1 + echo "The install file can only be run on linux, mac and openbsd" && exit 1 ;; esac -- cgit v1.2.3