tweak for prep name for xorg-docs on macos
authorFred T. Hamster <fred@gruntose.com>
Tue, 14 Nov 2023 17:26:02 +0000 (12:26 -0500)
committerFred T. Hamster <fred@gruntose.com>
Tue, 14 Nov 2023 17:26:02 +0000 (12:26 -0500)
scripts/core/prep_feisty_host.sh

index d388ef72d7a889a68ed45f47d4c85842c9c28ee7..29e4f3b07eaf061b111b0d0e05d4347104acd44e 100644 (file)
@@ -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