Skip to content

Commit

Permalink
add install cli to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Deckart2 committed Jun 29, 2023
1 parent 1069bb9 commit 029d409
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion update-quarto.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Code to update quarto to most recent version and then print that version
# Code to update quarto to most recent version and then print that version. Then it installs aws cli.
sudo curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
sudo apt-get update -y
sudo apt-get install gdebi-core
sudo gdebi quarto-linux-amd64.deb
quarto --version


curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install

0 comments on commit 029d409

Please sign in to comment.