From 0bae3c89ef15e7a550361c60966f5eceb09e0ca7 Mon Sep 17 00:00:00 2001 From: Pranav <38887390+thecmdrunner@users.noreply.github.com> Date: Tue, 16 Jul 2024 21:51:26 +0530 Subject: [PATCH 1/2] shorter oneliner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c8dc3d3..d08a4913 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Open your terminal and paste this command ```bash -curl -fsSL https://github.com/ChrisTitusTech/linutil/releases/latest/download/start.sh | sh +bash <(wget -qO- https://christitus.com/linux) ``` ## Credits From 77b78b5870f99b46a1fa41afa6bb05060366b55d Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 18 Jul 2024 22:56:58 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d08a4913..b7cc61b2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Open your terminal and paste this command ```bash -bash <(wget -qO- https://christitus.com/linux) +curl -fsSL https://christitus.com/linux | sh ``` ## Credits