From fa21044ef310a026b2277720d74c2fccfdb7c69a Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 20 Sep 2023 21:40:37 +0100 Subject: [PATCH] Add PKG_PATH for NetBSD --- roles/home-cli/files/profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 39d9a27..1c0887d 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -140,6 +140,11 @@ else fi fi +if [ "$(uname -s)" = NetBSD ] +then + export PKG_PATH="https://cdn.netbsd.org/pub/pkgsrc/packages/$(uname -s)/$(uname -n)/$(uname -r)/All" +fi + _acp_add_path () { if [ -n "$1" ] && [ -d "$1" ] then