Skip to content

Commit 1f71b03

Browse files
Removing the existing installtion if any
1 parent 11f7373 commit 1f71b03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/blobfuse-proxy/install-proxy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ then
7474
pkg_list="${pkg_list} blobfuse2"
7575
else
7676
if echo "${BLOBFUSE2_VERSION}" | grep -q "preview"; then
77+
$HOST_CMD apt remove -y blobfuse2`
7778
pkg_list="${pkg_list} blobfuse2-preview=${BLOBFUSE2_VERSION}"
7879
else
7980
pkg_list="${pkg_list} blobfuse2=${BLOBFUSE2_VERSION}"

0 commit comments

Comments
 (0)