From 00fa2b2cbfa6aa5c9733921cb2d27f9c9bce5932 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 11 Sep 2020 20:50:58 -0400 Subject: Remove NetBSD from install script I never use it. --- install.sh | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 46ebd926..33b1450e 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,6 @@ pkgAny='curl htop sl the_silver_searcher tree' pkgDarwin="${pkgAny} git neovim pkg-config" pkgFreeBSD="${pkgAny} ddate neovim" pkgLinux="${pkgAny} bc ctags gdb neovim openssh" -pkgNetBSD="${pkgAny} vim" pkgOpenBSD="${pkgAny} neovim" Darwin() { @@ -31,17 +30,6 @@ Linux() { pacman -Sy --needed $pkgLinux } -NetBSD() { - if [ ! -f /usr/pkg/bin/pkgin ]; then - base="ftp://ftp.NetBSD.org/pub/pkgsrc/packages" - export PKG_PATH="${base}/$(uname -s)/$(uname -p)/$(uname -r)/All" - pkg_add pkgin - echo "$PKG_PATH" > /usr/pkg/etc/pkgin/repositories.conf - fi - pkgin update - pkgin install $pkgNetBSD -} - OpenBSD() { pkg_add $pkgOpenBSD } -- cgit 1.4.1