mirror of
https://github.com/not-kennethreitz/wsl-guide.git
synced 2026-06-05 07:06:13 +00:00
Update update.rst
Additional things that break in WSL include sudo, procps, and strace. Holding them back is sufficient.
This commit is contained in:
committed by
GitHub
parent
ef3560471b
commit
ca51820bb7
+2
-1
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user