From 87cee1351c079f604f7a8a56d784209b2cc272a5 Mon Sep 17 00:00:00 2001 From: Rubber-Duckie <53319864+rubber-duckie-au@users.noreply.github.com> Date: Thu, 27 Jan 2022 10:45:10 +1100 Subject: [PATCH] Add 20.04 support --- xdn-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdn-installer.sh b/xdn-installer.sh index a3e5774..307417e 100644 --- a/xdn-installer.sh +++ b/xdn-installer.sh @@ -550,7 +550,7 @@ fi function checks() { BUILD=$(lsb_release -r) -if [[ "$BUILD" != *16.04* && "$BUILD" != *18.04* ]] +if [[ "$BUILD" != *16.04* && "$BUILD" != *18.04* && "$BUILD" != *20.04* ]] then echo -e "You are not running a supported version of Ubuntu. Installation is cancelled." exit 1