From 9bb7dec9f5b29f41f8354125ecc7684e80e0f8f6 Mon Sep 17 00:00:00 2001 From: Brennen Raimer <5969754+norweeg@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:25:47 -0400 Subject: [PATCH] update README.md with curl-to-bash command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 053cb2b..0b9edaa 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ Easy shell scripts to run for common setups. Download the script and run it like chmod a+x ./standard-desktop-setup.sh ./standard-desktop-setup.sh ``` + +or like this: + +```bash +curl -sL https://gitshrub.theshrub.org/brennen/ubuntu-setup-scripts/raw/branch/main/standard-desktop-setup.sh | bash +```