From 138cf34f4c5b23105651ba3cc3f2d0f070b42d24 Mon Sep 17 00:00:00 2001 From: Mathias Schopmans Date: Mon, 24 Feb 2025 08:43:09 +0100 Subject: [PATCH] feat: use dingen.sh to expose script --- .github/workflows/static.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f2c9e97..3f0952f 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,6 +31,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Copy script for www + run: cp dingen.sh script - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact diff --git a/README.md b/README.md index 9f3ff73..92db0a2 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ To use the script, run the following command in your terminal: Alternatively, you can "install" it on the fly by adding the following alias to your `.bashrc` or `.zshrc`: ```bash -alias dingen.sh='bash -c "$(curl -fsSL https://raw.githubusercontent.com/mathiasschopmans/dingen.sh/main/dingens.sh)"' +alias dingen.sh='bash -c "$(curl -fsSL https://dingen.sh/script)"' ``` > **⚠️ Caution:** I would not recommend this for production use for performance and security reasons.