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!"
|
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
|
||||||
echo
|
|
||||||
echo
|
|
||||||
install
|
install
|
||||||
|
echo
|
||||||
|
echo
|
||||||
|
else
|
||||||
|
finish
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if [[ $OS_TYPE == "linux" ]]
|
if [[ $OS_TYPE == "linux" ]]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user