mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
small fix in installer
This commit is contained in:
parent
0b38d092a3
commit
a943d422ae
@ -239,7 +239,7 @@ int menu_install_uninstall(int install)
|
||||
printf("\x1b[%i;%iH", startpos_x +2, startpos_y);
|
||||
if(install == 1)
|
||||
printf("Install the HomebrewFilter now");
|
||||
else if(install == 2)
|
||||
else if(install == 0)
|
||||
printf("Uninstall the HomebrewFilter now");
|
||||
else if(install == 2)
|
||||
printf("Reinstall the HomebrewFilter now");
|
||||
|
Loading…
Reference in New Issue
Block a user