Remove option to override space check

yeah definitely not leaving in a 'would you like to brick' option for people without Unlaunch lol
This commit is contained in:
Pk11 2022-01-14 15:44:53 -06:00
parent 67f53c05a5
commit c7646c1799

View File

@ -483,8 +483,7 @@ bool install(char* fpath, bool systemTitle)
}
else
{
if (choicePrint("Try installing anyway?") == NO)
goto error;
goto error;
}
}
}