From 94b6db2000e855cf9c1d473c07d59180064b4fb6 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 4 Aug 2026 14:47:53 -0700 Subject: [PATCH] setup, freebsd, allow pkg to see globs. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index a8ccca6..bf52ffe 100755 --- a/setup.sh +++ b/setup.sh @@ -95,7 +95,7 @@ if [[ `which ansible > /dev/null; echo $?` != 0 ]]; then sudo mkdir -p /etc/ansible sudo sh -c 'echo "localhost ansible_connection=local" > /etc/ansible/hosts' elif [[ $os == *FreeBSD* ]]; then - sudo pkg install -y py*-ansible git + sudo pkg install -y -g py*-ansible git sudo mkdir -p /usr/local/etc/ansible sudo sh -c 'echo "localhost ansible_connection=local" > /usr/local/etc/ansible/hosts' elif [[ $os == *Arch* || $os == *Manjaro* || $os == *Artix* ]]; then