From ae870998a321be1a87b8edfbfd92df88b201bd90 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Tue, 7 May 2024 08:08:11 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 16c88df..01c876d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +## Windows + Installation Script ```ps irm https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/setupScript.ps1 | iex @@ -13,4 +15,11 @@ WDAC Installation Script ```ps irm https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/setupWDAC.ps1 | iex Show-WDACMenu +``` + +## Linux + +Installation Script +```bash +curl -sSL https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/setupScript.sh | sudo bash ``` \ No newline at end of file