update ubuntu 20.04 comment (#34182)

24
pull/35013/head
Maxime Desroches 5 months ago committed by GitHub
parent dfe283765f
commit b94946eaab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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

Loading…
Cancel
Save