Skip to content

Commit

Permalink
removed: powershell all commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rshnGhost committed Dec 26, 2022
1 parent 3e0d6dc commit c6048ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Get-ExecutionPolicy
Set-ExecutionPolicy Bypass -Scope Process
```

## obsolete

```markdown
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/rshnGhost/django-quick/django-4.1.4/windowCmd/webInstall.ps1'))
```
Expand All @@ -40,7 +42,6 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercon
iwr -useb https://raw.githubusercontent.com/rshnGhost/django-quick/django-4.1.4/windowCmd/webInstall.ps1 | iex
```

## obsolete
```markdown
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JRqZX'))
```
Expand Down

0 comments on commit c6048ef

Please sign in to comment.