mirror of
https://github.com/not-kennethreitz/wsl-guide.git
synced 2026-06-05 23:20:18 +00:00
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:
committed by
GitHub
parent
b1f1676bd0
commit
ef3560471b
+2
-2
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user