mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Be sure to always write hasInternet into GlobalStorage.
This commit is contained in:
parent
6926f239f7
commit
0521f8a3b9
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ RequirementsChecker::checkHasInternet()
|
|||
// We can't talk to NM, so no idea. Wild guess: we're connected
|
||||
// using ssh with X forwarding, and are therefore connected. This
|
||||
// allows us to proceed with a minimum of complaint.
|
||||
Calamares::JobQueue::instance()->globalStorage()->insert( "hasInternet", true );
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue