Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle authored Aug 8, 2023
1 parent f0fc723 commit 6b6539d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postBuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
curl -LO https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.288/quarto-1.4.288-linux-amd64.deb
dpkg -x quarto-1.4.288-linux-amd64.deb .quarto
rm -rf quarto-1.4.288-linux-amd64.deb
curl -LO https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.300/quarto-1.4.300-linux-amd64.deb
dpkg -x quarto-1.4.300-linux-amd64.deb .quarto
rm -rf quarto-1.4.300-linux-amd64.deb

mkdir -p ./.local/bin
ln -s ~/.quarto/opt/quarto/bin/quarto ~/.local/bin/quarto
Expand Down

0 comments on commit 6b6539d

Please sign in to comment.