From b94946eaabffb4615da469f847b0d9fd174c41e9 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Sat, 7 Dec 2024 20:09:42 -0800 Subject: [PATCH] update ubuntu 20.04 comment (#34182) 24 --- tools/install_ubuntu_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index be5c479c36..bb41587c5b 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -101,7 +101,7 @@ if [ -f "/etc/os-release" ]; then install_ubuntu_focal_requirements ;; *) - echo "$ID $VERSION_ID is unsupported. This setup script is written for Ubuntu 20.04." + echo "$ID $VERSION_ID is unsupported. This setup script is written for Ubuntu 24.04." read -p "Would you like to attempt installation anyway? " -n 1 -r echo "" if [[ ! $REPLY =~ ^[Yy]$ ]]; then