Skip to content

Commit

Permalink
fix(bluefin-cli): Remove local repository added at image buildtime
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Trujillo <[email protected]>
  • Loading branch information
EyeCantCU committed Apr 28, 2024
1 parent efe31d7 commit 0a830ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ if test "$(id -u)" -gt "0"; then
fi

if test ! -f /etc/linuxbrew.firstrun; then
# Remove local repository added at buildtime
sudo sed -zi "s|\./packages\n||" /etc/apk/repositories
sudo touch /etc/linuxbrew.firstrun
printf "\nBluefin-CLI first run complete!\n\n"
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ if test "$(id -u)" -gt "0"
end

if test ! -f /etc/linuxbrew.firstrun
# Remove local repository added at buildtime
sudo sed -zi "s|\./packages\n||" /etc/apk/repositories
sudo touch /etc/linuxbrew.firstrun
printf "\nBluefin-CLI first run complete!\n\n"
end
Expand Down

0 comments on commit 0a830ae

Please sign in to comment.