From 2d118d56b877d315c17e43601469009ac7d28f00 Mon Sep 17 00:00:00 2001 From: dnkmmr <104856296+dnkmmr69420@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:41:50 -0600 Subject: [PATCH] =?UTF-8?q?feat(just):=20Added=20homebrew=20docker=20conta?= =?UTF-8?q?iner=20creation=20to=2030-distrobox.=E2=80=A6=20(#159)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(just): Added homebrew docker container creation to 30-distrobox.just This would be useful if you want an instance of homebrew to be more isolated from your system * fixed syntax in 30-distrobox.just --- build/ublue-os-just/30-distrobox.just | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/ublue-os-just/30-distrobox.just b/build/ublue-os-just/30-distrobox.just index 6a987abb..386593c9 100644 --- a/build/ublue-os-just/30-distrobox.just +++ b/build/ublue-os-just/30-distrobox.just @@ -51,6 +51,11 @@ distrobox-centos: echo 'Creating Centos (Stream) distrobox ...' distrobox-create --nvidia --image quay.io/toolbx-images/centos-toolbox:latest -n centos -Y +# Create a homebrew container +distrobox-brew: + echo 'Creating homebrew container ...' + distrobox-create --nvidia --image ghcr.io/homebrew/brew:latest -n brew -Y + # Install obs-studio-portable from wimpysworld, which bundles an extensive collection of 3rd party plugins install-obs-studio-portable: echo 'Installing obs-studio-portable...' && \