From afb4be56f1187fdee77db9126d2cf64433dd9476 Mon Sep 17 00:00:00 2001 From: pvincent Date: Thu, 12 Aug 2021 13:39:44 +0400 Subject: [PATCH] fix: wget&&bash instead of curl|pipe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 986ecbf..3bacd59 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ utilisé lors des Instalalis dispensées par Libre.re install one-liner ----------------- -`wget -q https://git.artcode.re/pvincent/debian-gnome/raw/branch/master/src/main -O /tmp/main | bash /tmp/main` +`wget -q https://git.artcode.re/pvincent/debian-gnome/raw/branch/master/src/main -O /tmp/main && bash /tmp/main`