From f48372262831a0d92f0cc1a6d52e5be072272d69 Mon Sep 17 00:00:00 2001 From: RTBGG <12652550+RTBGG@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:46:18 +0100 Subject: [PATCH] fix(install): script url The Linux installer script is actually named install.sh and not installer.sh. Thats why I got a 404 Error. Exchanging the URL will fix it. I successfully tested it on my CachyOS (Arch Linux) install. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b4eaff..7f3d6d2c 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ MacOS Linux - [CLI](https://github.com/Equicord/Equilotl/releases/latest/download/EquilotlCli-Linux) ```shell -sh -c "$(curl -sS https://raw.githubusercontent.com/Equicord/Equicord/refs/heads/main/misc/installer.sh)" +sh -c "$(curl -sS https://raw.githubusercontent.com/Equicord/Equicord/refs/heads/main/misc/install.sh)" ``` ## Installing Equicord Devbuild