Skip to content

Commit

Permalink
Fix directory not existing error. Closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
YummyBacon5 authored Nov 15, 2024
1 parent a1af7e9 commit 914a2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion payload.dd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 914a2b0

Please sign in to comment.