From b7251bc8c4a7d2476bb13392e92c8d91d379b8b3 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 15:06:21 +0200 Subject: [PATCH] addet ubuntu support --- postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall.sh b/postinstall.sh index 32accc3..ed7dabb 100644 --- a/postinstall.sh +++ b/postinstall.sh @@ -158,7 +158,7 @@ main() { fi case "$distro" in - debian) + debian | ubuntu) # Path to sources.list sources_file="/etc/apt/sources.list"