From e342cea6efca67f82ba8cb9ec2cdd4bad1021b32 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 21 Apr 2024 13:10:57 -0400 Subject: [PATCH] Updated freebsd-install to include the py39-tornado dependency for Salt --- scripts/freebsd-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/freebsd-install.sh b/scripts/freebsd-install.sh index 655c251..02e5932 100644 --- a/scripts/freebsd-install.sh +++ b/scripts/freebsd-install.sh @@ -4,4 +4,4 @@ sudo pkg update sudo pkg upgrade -y -sudo pkg install -y vim py39-salt +sudo pkg install -y vim py39-salt py39-tornado