From 9b0e378cd5cffede710e73a3b2e60cb3bc1936f5 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Tue, 14 Nov 2023 12:26:02 -0500 Subject: [PATCH] tweak for prep name for xorg-docs on macos --- scripts/core/prep_feisty_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index d388ef72..29e4f3b0 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -241,7 +241,7 @@ if [ "$opsystem_here" == "debianesque" ]; then elif [ "$opsystem_here" == "redhatty" ]; then PAX=(screen python3 python3-pip xserver-xorg xorg-docs) elif [ "$opsystem_here" == "macos" ]; then - PAX=(screen python3 xquartz xorg-docs) + PAX=(screen python3 xquartz linuxbrew/xorg/xorg-docs) elif [ "$opsystem_here" == "windoze" ]; then PAX=(screen python3 python3-pip xserver-xorg xorg-docs) fi -- 2.34.1