From c07a99dc9c6b60b988cca794876a0f49589915f3 Mon Sep 17 00:00:00 2001 From: Detlef Groth Date: Sun, 20 Oct 2024 09:22:39 +0200 Subject: [PATCH] renamed install-linux to install-unix.sh --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7afe973..7e06578 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -44,7 +44,7 @@ jobs: shell: bash run: | brew install xquartz - curl -fsSL https://raw.githubusercontent.com/mittelmark/microemacs/refs/heads/master/install-linux.sh -o install.sh + curl -fsSL https://raw.githubusercontent.com/mittelmark/microemacs/refs/heads/master/install-unix.sh -o install.sh bash install.sh -V source ~/.bashrc ## for the current session me -V