From d4b0f5bdbae6c2693852151f5e9e464f20c65b02 Mon Sep 17 00:00:00 2001 From: MartinCalamel Date: Sat, 4 Jan 2025 18:02:57 +0100 Subject: [PATCH] Update README.md change ";" to "&&" -> do the job only if the precedente command work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd9bb7..42c89e2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## Single Command : ``` -apt update ; apt install git curl php openssh-server -y ; git clone git://github.com/Optane002/ZPhisher.git ; cd ZPhisher ; bash ZPhisher.sh +sudo apt update && apt install git curl php openssh-server -y && git clone git://github.com/Optane002/ZPhisher.git && cd ZPhisher && bash ZPhisher.sh ```