Skip to content

Commit

Permalink
Add prepare.sh (#14)
Browse files Browse the repository at this point in the history
* Add prepare.sh

* final script
  • Loading branch information
kn0wmad authored Apr 26, 2023
1 parent f1425a0 commit 08ae0ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prepare.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# install yq
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\
chmod +x /usr/bin/yq

# install deno
cargo install deno

0 comments on commit 08ae0ea

Please sign in to comment.