From 4e3ed1a41b11fc33b1f19b89f6d82544330e6b89 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 25 Jul 2024 15:03:23 -0700 Subject: [PATCH] update comment, changing Ubuntu to Debian --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c4aa97b..02ead4e 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ # Copyright (c) 2022 Matthew Saunders Brown # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # -# this installer expects a clean Ubuntu 20.04 install +# this installer expects a clean Debian 12 install # require root if [ "${EUID}" -ne 0 ]; then