From 55a531f1b446b21c687d72f5dc5e8945592589a7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 4 Aug 2026 13:33:31 -0700 Subject: [PATCH] setup, change FreeBSD to take any version of Python. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index f03fd50..a8ccca6 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 py38-ansible git + sudo pkg install -y 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