fixed prompt to install
This commit is contained in:
parent
dc3d1c5098
commit
39500cf59c
@ -664,11 +664,16 @@ EOL
|
||||
|
||||
|
||||
head "${b}OK,${reset} let's install Parity now!"
|
||||
wait_for_user "${b}Last chance!${reset} Sure you want to install this software?"
|
||||
if wait_for_user "${b}Last chance!${reset} Sure you want to install this software?"
|
||||
then
|
||||
install
|
||||
echo
|
||||
echo
|
||||
else
|
||||
finish
|
||||
fi
|
||||
|
||||
echo
|
||||
echo
|
||||
install
|
||||
|
||||
|
||||
if [[ $OS_TYPE == "linux" ]]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user