Skip to content

Commit

Permalink
Install curl by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pramurthy authored Mar 27, 2020
1 parent e8b3de9 commit 0e013b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ install_fluent_bit()

if [ "$ID" = "debian" ] || [ "$ID" = "ubuntu" ]; then
CODENAME=`cat /etc/os-release | grep -w "VERSION_CODENAME" | cut -d"=" -f2 | tr -d '"'`
apt-get install -y curl
curl -sOL https://packages.fluentbit.io/fluentbit.key;
apt-key add fluentbit.key
apt-add-repository "deb https://packages.fluentbit.io/$ID/$CODENAME $CODENAME main"
Expand Down

0 comments on commit 0e013b5

Please sign in to comment.