Update update.rst

Additional things that break in WSL include sudo, procps, and strace.  Holding them back is sufficient.
This commit is contained in:
Alexander Walters
2017-04-29 23:41:25 -04:00
committed by GitHub
parent ef3560471b
commit ca51820bb7
+2 -1
View File
@@ -14,6 +14,7 @@ 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 -f DistUpgradeViewNonInteractive -d
$ sudo -S apt-mark hold procps strace sudo
$ sudo -S env RELEASE_UPGRADER_NO_SCREEN=1 do-release-upgrade
And, it works, just as expected!