Skip to content

Commit

Permalink
Update for installing
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Nov 18, 2019
1 parent 97c2a91 commit a9178ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 01 - PredictableDemands/install-bat.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
bat_version=0.11.0
bat_version=v0.12.1
curl -L -o /tmp/bat.deb https://github.com/sharkdp/bat/releases/download/v${bat_version}/bat_${bat_version}_amd64.deb
dpkg -i /tmp/bat.deb
rm /tmp/bat.deb
2 changes: 1 addition & 1 deletion 03 - HealthProbe/install-bat.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
bat_version=0.11.0
bat_version=0.12.1
curl -L -o /tmp/bat.deb https://github.com/sharkdp/bat/releases/download/v${bat_version}/bat_${bat_version}_amd64.deb
dpkg -i /tmp/bat.deb
rm /tmp/bat.deb

0 comments on commit a9178ad

Please sign in to comment.