We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f7373 commit 1f71b03Copy full SHA for 1f71b03
pkg/blobfuse-proxy/install-proxy.sh
@@ -74,6 +74,7 @@ then
74
pkg_list="${pkg_list} blobfuse2"
75
else
76
if echo "${BLOBFUSE2_VERSION}" | grep -q "preview"; then
77
+ $HOST_CMD apt remove -y blobfuse2`
78
pkg_list="${pkg_list} blobfuse2-preview=${BLOBFUSE2_VERSION}"
79
80
pkg_list="${pkg_list} blobfuse2=${BLOBFUSE2_VERSION}"
0 commit comments