Skip to content

Commit

Permalink
update_kernel.sh: make sure libgnutls30 is upgraded
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Dec 13, 2021
1 parent 1583f35 commit a335abc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tools/update_kernel.sh
Expand Up @@ -923,7 +923,15 @@ wheezy|jessie)
apt_bin="apt-get"
cmem_version="4.15.00.02"
;;
stretch|buster|bullseye|sid)
stretch|buster)
dist="${get_dist}"
apt_bin="apt"
cmem_version="4.16.00.00"
echo "info: Updating libgnutls30"
${apt_bin} update
${apt_bin} install -y --only-upgrade libgnutls30
;;
bullseye|bookworm|sid)
dist="${get_dist}"
apt_bin="apt"
cmem_version="4.16.00.00"
Expand Down

0 comments on commit a335abc

Please sign in to comment.