Skip to content

Commit

Permalink
feat(just): Added homebrew docker container creation to 30-distrobox.… (
Browse files Browse the repository at this point in the history
#159)

* 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
  • Loading branch information
dnkmmr69420 authored Nov 22, 2023
1 parent ef8a171 commit 2d118d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/ublue-os-just/30-distrobox.just
Original file line number Diff line number Diff line change
Expand Up @@ -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...' && \
Expand Down

0 comments on commit 2d118d5

Please sign in to comment.