From 914a2b07aa1083e66cb2484933577e99d35b5b47 Mon Sep 17 00:00:00 2001 From: Yummy_Bacon5 <68166338+YummyBacon5@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:40:13 +0000 Subject: [PATCH] Fix directory not existing error. Closes #12 --- README.md | 2 +- payload.dd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c28bbc9..56afbe9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It works by finding their config based off of the computer's username. ### Updated Powershell command ```powershell -iwr "https://github.com/likes-gay/win-config/releases/latest/download/main.ps1" -OutFile likes-gay-config\main.ps1; cd likes-gay-config; .\main.ps1; ri main.ps1 +iwr "https://github.com/likes-gay/win-config/releases/latest/download/main.ps1" -OutFile main.ps1; .\main.ps1 ``` ### Legacy CMD command diff --git a/payload.dd b/payload.dd index f154b3e..92233bf 100644 --- a/payload.dd +++ b/payload.dd @@ -5,6 +5,6 @@ DELAY 100 STRING powershell ENTER DELAY 500 -STRING iwr "https://github.com/likes-gay/win-config/releases/latest/download/main.ps1" -OutFile likes-gay-config\main.ps1; cd likes-gay-config; .\main.ps1; ri main.ps1 +STRING iwr "https://github.com/likes-gay/win-config/releases/latest/download/main.ps1" -OutFile main.ps1; .\main.ps1 DELAY 100 ENTER