Update the software list
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade
Copy the code
Upgrade system
sudo do-release-upgrade
Copy the code
Have a problem
- Err dl.yarnpkg.com/debian stable InRelease
Solution:
Reference: github.com/yarnpkg/yar…
Use the following command:
# You're missing the public key. Run this to get it:
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Copy the code
To update the