From bc7a46f903526157cbd25e85ce24a8429ec3f421 Mon Sep 17 00:00:00 2001 From: jh-devv <122896463+jh-devv@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:58:45 +0300 Subject: [PATCH] fix: typo in custom.just --- usr/share/ublue-os/just/custom.just | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/ublue-os/just/custom.just b/usr/share/ublue-os/just/custom.just index d69b1c6c2dd..096a38bbb5a 100644 --- a/usr/share/ublue-os/just/custom.just +++ b/usr/share/ublue-os/just/custom.just @@ -7,8 +7,8 @@ assemble: distrobox assemble create --replace --file /etc/distrobox/distrobox.ini brew: - echo 'Installing homebrew ..." - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + echo "Installing homebrew ..." + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh) cockpit: echo 'Enabling Cockpit'