We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcf47c commit fc74543Copy full SHA for fc74543
1 file changed
vmdb2-debian/setup.sh
@@ -1307,8 +1307,8 @@ if test "X$DEMOSETUP" = X1 ; then
1307
config_git_default
1308
fi
1309
# Remove old Linux kernel:
1310
- if test -d /lib/modules/6.1.0-27-amd64 ; then
1311
- dpkg -P linux-image-6.1.0-27-amd64
+ if test -d /lib/modules/6.1.0-29-amd64 ; then
+ dpkg -P linux-image-6.1.0-29-amd64
1312
1313
# Set new hostname:
1314
#echo debian01 > /etc/hostname
0 commit comments