From 315ef40d6f74380eb761107b675540fb553ec276 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 15 Apr 2025 13:55:30 +0200 Subject: [PATCH] Added install-scoop.ps1 --- scripts/install-scoop.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/install-scoop.ps1 diff --git a/scripts/install-scoop.ps1 b/scripts/install-scoop.ps1 new file mode 100644 index 00000000..f3513ffc --- /dev/null +++ b/scripts/install-scoop.ps1 @@ -0,0 +1 @@ +Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression