Skip to content

Commit

Permalink
Revert "CDPD-56283: install_toolbox to point to internal github"
Browse files Browse the repository at this point in the history
This reverts commit f63e113.
  • Loading branch information
kgyrtkirk committed Jan 15, 2024
1 parent 5f4a023 commit f858fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_toolbox
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -e

V=0.3.8
wget -nv -O toolbox.deb https://github.infra.cloudera.com/CDH/hive-toolbox/raw/master/releases/hive-toolbox_${V}_all.deb
wget -nv -O toolbox.deb https://github.com/kgyrtkirk/hive-toolbox/releases/download/${V}/hive-toolbox_${V}_all.deb
dpkg -i toolbox.deb
rm toolbox.deb

0 comments on commit f858fba

Please sign in to comment.