Skip to content

Commit

Permalink
Update install-influxdb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maikebing committed Dec 24, 2022
1 parent a411dd7 commit 06e6528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-influxdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ else
fi
wget -q $INFLUXDB_DOWNLOAD_PATH/influxdb2-$INFLUXDB_VERSION-linux-amd64.tar.gz
tar xvfz influxdb2-$INFLUXDB_VERSION-linux-amd64.tar.gz
sudo cp influxdb2-linux-amd64/influxd /usr/local/bin/
rm -r influxdb2-linux-amd64/
sudo cp influxdb2_linux_amd64/influxd /usr/local/bin/
rm -r influxdb2_linux_amd64/

wget -q $INFLUXDB_DOWNLOAD_PATH/influxdb2-client-$INFLUXDB_VERSION-linux-amd64.tar.gz
tar xvfz influxdb2-client-$INFLUXDB_VERSION-linux-amd64.tar.gz
Expand Down

0 comments on commit 06e6528

Please sign in to comment.