From ef3560471bd6f2cb09ea5cfae35fe1ec2d8def3a Mon Sep 17 00:00:00 2001 From: Alexander Walters Date: Sat, 29 Apr 2017 23:13:10 -0400 Subject: [PATCH] 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. --- update.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.rst b/update.rst index 5a59f96..842795d 100644 --- a/update.rst +++ b/update.rst @@ -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! \ No newline at end of file +And, it works, just as expected!