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