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)"