diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-12-07 13:59:52 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-12-07 13:59:52 -0500 |
commit | d16405450d4890e6da6a771d18e4197e3709a49b (patch) | |
tree | af03f7916dc5ff8c1fb7f6fe4976e21faf7e462c /modules | |
parent | cd61c699d650ddf6524183d99b53da26868187c0 (diff) |
Add debian package installer, rust nightly
Diffstat (limited to 'modules')
-rw-r--r-- | modules/30-rust/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/30-rust/install.sh b/modules/30-rust/install.sh index 76df8df..0c15c51 100644 --- a/modules/30-rust/install.sh +++ b/modules/30-rust/install.sh @@ -13,4 +13,6 @@ function preinstall() { function install() { log info "installing stable rust" rustup install stable + log info "installing nightly rust" + rustup install nightly } |