Skip to content

Commit

Permalink
fix: uninstall correct 6.8.0 kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Nov 21, 2024
1 parent de7191d commit bdd2b40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sudo apt-get -y reinstall linux-headers-gcp linux-headers-`uname -r` ${pkg_name}
# https://bugs.launchpad.net/ubuntu/+source/v4l2loopback/+bug/2078961
#
# remove 6.8.0 kernel packages for now
sudo apt-get remove -y linux-image-6.8.0-1015-gcp linux-gcp-6.8-tools-6.8.0-1015 linux-gcp-6.8-headers-6.8.0-1015
sudo apt-get remove -y linux-image-6.8.0-1018-gcp linux-gcp-6.8-tools-6.8.0-1018 linux-gcp-6.8-headers-6.8.0-1018

#
# apt packages
Expand Down Expand Up @@ -133,4 +133,4 @@ chown -R root:root $dirs
chmod -R 0777 $dirs

# test
ls -lad $dirs
ls -lad $dirs

0 comments on commit bdd2b40

Please sign in to comment.