From f1f20f573cc399e90d5b795e92bcfb50708d8a5b Mon Sep 17 00:00:00 2001 From: ION606 Date: Fri, 21 Jun 2024 15:41:22 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e0995f..c0dc7b8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Config Files -run using `/bin/bash -c "$(curl -fsSL https://github.com/ION606/swaybackup/raw/main/setup.sh)"` +run using `curl -fsSL -o setup.sh https://github.com/ION606/swaybackup/raw/main/setup.sh && chmod +x setup.sh && sudo ./setup.sh`