Skip to content

Commit

Permalink
Merge pull request #210 from jessebot/improve-devops-scripts
Browse files Browse the repository at this point in the history
Improve devops scripts + hopefully fix issue with ~/.config/.git file not being created properly
  • Loading branch information
cloudymax authored Jun 4, 2023
2 parents 67a1ca9 + b871228 commit ab885d0
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 152 deletions.
5 changes: 3 additions & 2 deletions docker/arm_config/devops-onboardme-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ tar -xzf terraform-docs.tar.gz
chmod +x terraform-docs
mv terraform-docs /usr/local/terraform-docs

## rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
## rustup: https://forge.rust-lang.org/infra/other-installation-methods.html
curl -LO /tmp/ https://static.rust-lang.org/dist/rust-1.69.0-aarch64-unknown-linux-gnu.tar.gz
tar xvf /tmp/rust-1.69.0-aarch64-unknown-linux-gnu.tar.gz
rustup update
Loading

0 comments on commit ab885d0

Please sign in to comment.