Skip to content

Commit e9498ca

Browse files
committed
feat(btop): Remove bzip2 dependency.
1 parent 04c1fb9 commit e9498ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/smallstep.com/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ utils_check_version() {
119119
install() {
120120
utils_check_version "$VERSION"
121121
check_curl_envsubst_file_tar_installed
122-
apt_get_checkinstall bzip2
123122
readonly architecture="$(debian_get_arch)"
124123
readonly binaryTargetPathTemplate='${binaryTargetFolder}/${binaryName}'
125124
if [ "$VERSION" == 'latest' ] || [ -z "$VERSION" ]; then

0 commit comments

Comments
 (0)