update comment, changing Ubuntu to Debian

This commit is contained in:
Matthew Saunders Brown 2024-07-25 15:03:23 -07:00
parent 7993fdcfb2
commit 4e3ed1a41b

View File

@ -5,7 +5,7 @@
# Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com> # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # 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 # require root
if [ "${EUID}" -ne 0 ]; then if [ "${EUID}" -ne 0 ]; then