Comment out internet requirement check in GeneralRequirements.cpp
This commit is contained in:
@@ -186,14 +186,14 @@ GeneralRequirements::checkRequirements()
|
|||||||
hasPower,
|
hasPower,
|
||||||
required } );
|
required } );
|
||||||
}
|
}
|
||||||
else if ( entry == "internet" )
|
// else if ( entry == "internet" )
|
||||||
{
|
// {
|
||||||
checkEntries.append( { entry,
|
// checkEntries.append( { entry,
|
||||||
[] { return tr( "is connected to the Internet" ); },
|
// [] { return tr( "is connected to the Internet" ); },
|
||||||
[] { return tr( "The system is not connected to the Internet." ); },
|
// [] { return tr( "The system is not connected to the Internet." ); },
|
||||||
hasInternet,
|
// hasInternet,
|
||||||
required } );
|
// required } );
|
||||||
}
|
// }
|
||||||
else if ( entry == "root" )
|
else if ( entry == "root" )
|
||||||
{
|
{
|
||||||
checkEntries.append( { entry,
|
checkEntries.append( { entry,
|
||||||
|
|||||||
Reference in New Issue
Block a user