From a666136666e1ea6207cd3b7445fe9bc5ff3d59a8 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Sat, 25 Dec 2021 12:45:44 -0500 Subject: Remove 'sudo' from install command. Apparently, install.sh will automatically elevate privileges as it needs. Signed-off-by: dusoleil --- docs/re/radare2_cheatsheet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3