This commit is contained in:
xarkes 2018-05-25 14:12:20 +02:00
parent c4a4cb8a25
commit f2dab2d198

View File

@ -35,7 +35,7 @@ fi
# Build radare2 # Build radare2
if [ $BUILDR2 -eq 1 ]; then if [ $BUILDR2 -eq 1 ]; then
answer="Y" answer="Y"
echo -n "A (new?) version of radare2 will be installed. Do you agree? [Y/n] " printf "A (new?) version of radare2 will be installed. Do you agree? [Y/n] "
read answer read answer
if [ -z "$answer" -o "$answer" = "Y" -o "$answer" = "y" ]; then if [ -z "$answer" -o "$answer" = "Y" -o "$answer" = "y" ]; then
git submodule init && git submodule update git submodule init && git submodule update