Screen is broken in WSL

do-release-upgrade will fail consistently (in non-preview versions of windows, at least) due to screen being utterly broken.  ``-f DistUpgradeViewNonInteractive`` fixes that.
This commit is contained in:
Alexander Walters
2017-04-29 23:13:10 -04:00
committed by GitHub
parent b1f1676bd0
commit ef3560471b
+2 -2
View File
@@ -14,6 +14,6 @@ Updating the Ubuntu OS
You can aso upgrade to the latest version of Ubuntu with the following command (caution, this will take quite some time)!::
$ sudo do-release-upgrade -d
$ sudo do-release-upgrade -f DistUpgradeViewNonInteractive -d
And, it works, just as expected!
And, it works, just as expected!