diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2021-12-25 12:45:44 -0500 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2021-12-25 12:45:44 -0500 |
commit | a666136666e1ea6207cd3b7445fe9bc5ff3d59a8 (patch) | |
tree | 53ad0922239236eae067c78618dd3ffe32fcc4ab /docs | |
parent | d9b88e5486046a5d1f8c6b3d51b305152de3a51d (diff) | |
download | lib-des-gnux-a666136666e1ea6207cd3b7445fe9bc5ff3d59a8.tar.gz lib-des-gnux-a666136666e1ea6207cd3b7445fe9bc5ff3d59a8.zip |
Remove 'sudo' from install command.
Apparently, install.sh will automatically elevate privileges as it
needs.
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/re/radare2_cheatsheet.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/re/radare2_cheatsheet.txt b/docs/re/radare2_cheatsheet.txt index e1bb63c..7c30b89 100644 --- a/docs/re/radare2_cheatsheet.txt +++ b/docs/re/radare2_cheatsheet.txt @@ -5,7 +5,7 @@ https://book.rada.re #Install git clone https://github.com/radareorg/radare2.git -sudo ./sys/install.sh +./sys/install.sh #Uninstall sudo make uninstall |