diff options
| author | Michael <[email protected]> | 2017-05-29 11:38:11 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-29 11:38:20 -0400 |
| commit | 58c9152351b02b37e63fc193060474478f1e9a65 (patch) | |
| tree | a13b648e958bf656c216b290888105644f5eced5 /ShiftOS.WinForms/Stories | |
| parent | f5a8a0a8c79f12eddb9ea862f1733d0d2706fa50 (diff) | |
| download | shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.tar.gz shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.tar.bz2 shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.zip | |
various things from last night
Diffstat (limited to 'ShiftOS.WinForms/Stories')
| -rw-r--r-- | ShiftOS.WinForms/Stories/LegionStory.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Stories/LegionStory.cs b/ShiftOS.WinForms/Stories/LegionStory.cs index 433ad2d..a0fc9bf 100644 --- a/ShiftOS.WinForms/Stories/LegionStory.cs +++ b/ShiftOS.WinForms/Stories/LegionStory.cs @@ -51,6 +51,8 @@ namespace ShiftOS.WinForms.Stories Desktop.InvokeOnWorkerThread(() => { Story.Start("installer"); + while (!Shiftorium.UpgradeInstalled("installer")) + Thread.Sleep(20); AppearanceManager.SetupWindow(installer); installer.InitiateInstall(new ShiftnetInstallation()); }); @@ -64,6 +66,10 @@ namespace ShiftOS.WinForms.Stories WriteLine("There are also lots of companies offering many services."); WriteLine("I'd stay on the shiftnet/ cluster though, others may be dangerous."); WriteLine("I'd also stick to the sites listed on shiftnet/shiftsoft/ping - that site is regularly updated with the most safe Shiftnet sites."); + WriteLine("Oh, that reminds me. I have set you up with ShiftSoft's service provider, Freebie Solutions."); + WriteLine("It's a free provider, but it offers only 256 bytes per second download and upload speeds."); + WriteLine("You may want to go look for another provider when you can afford it."); + WriteLine("Trust me - with this provider, things get slow."); WriteLine("Anyways, it was nice meeting you, hopefully someday you'll give theShell a try."); TerminalBackend.PrefixEnabled = true; |
