Update edge-kernel.sh

6.0-edge
This commit is contained in:
tteckster 2022-11-13 13:24:06 -05:00 committed by GitHub
parent 1c380355b0
commit be152dd3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ while [ $opt != '' ]; do
curl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7.key' | apt-key add -
echo "deb https://dl.cloudsmith.io/public/pve-edge/kernel/deb/debian bullseye main" >/etc/apt/sources.list.d/pve-edge-kernel.list
apt-get -y update
apt-get -y install pve-kernel-5.19-edge
apt-get -y install pve-kernel-6.0-edge
reboot
break
;;