device/google/cuttlefish/tools/update_gce_kernel.sh

8 lines
114 B
Bash
Raw Permalink Normal View History

2025-08-25 08:28:21 +08:00
#!/bin/bash
set -x
set -o errexit
sudo apt install -t bullseye-backports -y linux-image-cloud-amd64
sudo reboot