MichaelCurrin / os-genesis

Tool to automate management of system packages on Linux
https://michaelcurrin.github.io/os-genesis/
MIT License
0 stars 0 forks source link

Figure out upgrades #3

Open MichaelCurrin opened 4 years ago

MichaelCurrin commented 4 years ago

Here is how to update Rust.

if command -v 'rustc -V' /dev/null 2>&1; then
  rustup update
fi

And similar for Go.

That can be added even if not used.

As if using apt, then apt upgrade should upgrade them both.

And in which of the upgrade scripts.