Skip to content

Commit

Permalink
Clarify prerequisites, closes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jul 31, 2020
1 parent c522796 commit 7c07a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appimaged/prerequisites.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func ensureRunningFromLiveSystem() {
}

if found == false && gcEnvIsThere == false {
sendDesktopNotification("Not running on one of the supported Live systems", "Grab a Ubuntu, Debian, Deepin, Fedora, openSUSE, elementary OS, KDE neon,... Live ISO and try from there.", -1)
sendDesktopNotification("Not running on one of the supported Live systems", "Grab a Ubuntu, Debian, Fedora, openSUSE,... Live ISO (or a derivative, like Deepin, elementary OS, GeckoLinux, KDE neon, Linux Mint, Pop!_OS...) and try from there.", -1)
os.Exit(1)
}
}
Expand Down

0 comments on commit 7c07a6d

Please sign in to comment.