From 1886640d6a2ef5a2eceafb69373515c12cbebc0b Mon Sep 17 00:00:00 2001 From: Pascal Morin Date: Mon, 4 Aug 2025 14:12:04 +0200 Subject: [PATCH 1/2] Update Install.md --- docs/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install.md b/docs/Install.md index 1f45bcf..d84cbe7 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -74,7 +74,7 @@ sudo sysctl -p # Or better yet, reboot. To install ce-dev itself, use this one-liner: ``` -curl -sL https://raw.githubusercontent.com/codeenigma/ce-dev/2.x/install.sh | /bin/sh -s -- linux +curl -sL https://raw.githubusercontent.com/codeenigma/ce-dev/2.x/install.sh | /bin/sh -s --platform linux ``` _note for the "I don't trust your install script" crowd out there... 1. Just follow the link to see what this script does. 2. If you don't trust the install script, why would you trust the rest of the program in the first place?_ From 7ffcf0fa7bfac9357a29bd982fa5893b3e3d0eec Mon Sep 17 00:00:00 2001 From: Pascal Morin Date: Mon, 4 Aug 2025 14:15:44 +0200 Subject: [PATCH 2/2] Update Install.md --- docs/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install.md b/docs/Install.md index d84cbe7..3e4d5d0 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -74,7 +74,7 @@ sudo sysctl -p # Or better yet, reboot. To install ce-dev itself, use this one-liner: ``` -curl -sL https://raw.githubusercontent.com/codeenigma/ce-dev/2.x/install.sh | /bin/sh -s --platform linux +curl -sL https://raw.githubusercontent.com/codeenigma/ce-dev/2.x/install.sh | /bin/sh -s -- --platform linux ``` _note for the "I don't trust your install script" crowd out there... 1. Just follow the link to see what this script does. 2. If you don't trust the install script, why would you trust the rest of the program in the first place?_