Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve devops scripts + hopefully fix issue with ~/.config/.git file not being created properly #210

Merged
merged 2 commits into from
Jun 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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