Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
chore(bluefin-cli): fix typo (ublue-os#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept authored Dec 2, 2023
1 parent fdd27e5 commit a4584f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolboxes/Containerfile.bluefin-cli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL com.github.containers.toolbox="true" \
maintainer="[email protected]"

COPY ./toolboxes/packages.bluefin-cli /toolbox-packages
COPY ./toolboxes/brew_script.bluefin-cli /etc/profiles.d/brew_pkgs.sh
COPY ./toolboxes/brew_script.bluefin-cli /etc/profile.d/brew_pkgs.sh

USER root

Expand Down
2 changes: 1 addition & 1 deletion toolboxes/brew_script.bluefin-cli
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [ ! -f /home/linuxbrew/.firstrun ]; then
if [ ! -f /home/linuxbrew/.firstrun ] && [ -n "${BREW_PKGS}" ]; then
touch /home/linuxbrew/.firstrun
# `brew update-reset` is currently needed
# because somekind of issue with brew
Expand Down

0 comments on commit a4584f3

Please sign in to comment.