diff --git a/scripts/sysdig-probe-loader b/scripts/sysdig-probe-loader index ad0e0d94a6..0e11c9be95 100755 --- a/scripts/sysdig-probe-loader +++ b/scripts/sysdig-probe-loader @@ -38,7 +38,7 @@ fi ARCH=$(uname -m) KERNEL_RELEASE=$(uname -r) SYSDIG_VERSION=$(sysdig --version | cut -d' ' -f3) -REPOSITORY="dev" +REPOSITORY="stable" echo "* Unloading sysdig-probe, if present" rmmod sysdig-probe