From da823bd5ee47c05dec4304cd52fb0bcafe7cfeca Mon Sep 17 00:00:00 2001 From: Luke Hsiao Date: Fri, 22 Nov 2024 01:12:54 -0700 Subject: [PATCH] chore: add entrypoint --- README.md | 4 ++++ entry.sh | 1 + 2 files changed, 5 insertions(+) create mode 100644 entry.sh diff --git a/README.md b/README.md index 57c61ffb..69f8a31b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Turn a fresh [Project Bluefin](https://projectbluefin.io/) installation into my `omakase-bluefin` is an opinionated take on and already opinionated Linux workstation. Inspired by [Omakub](https://omakub.org/). +``` +curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/lukehsiao/omakase-bluefin/main/entry.sh | sh +``` + ## Overview These scripts install a set of useful GUI applications as Flatpaks, as well as a single distrobox dev container with all my favorite core tools. diff --git a/entry.sh b/entry.sh new file mode 100644 index 00000000..22f964f2 --- /dev/null +++ b/entry.sh @@ -0,0 +1 @@ +eval "$(wget -qO- https://raw.githubusercontent.com/lukehsiao/omakase-bluefin/main/boot.sh)"