Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/disk
diff options
context:
space:
mode:
authorDaniel Hansson <mailto@danielhansson.nu>2022-05-03 20:25:49 +0300
committerGitHub <noreply@github.com>2022-05-03 20:25:49 +0300
commitd97736c616d2eb41da870cb506d4e2b2b8563473 (patch)
tree1748d3b17a5f0e3f2507151431b9c8e00bdc3d08 /disk
parentc4b764acbd4fb3c66acb24cddfe21774a1363126 (diff)
Ubuntu 22.04 (#2279)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'disk')
-rw-r--r--disk/format-chosen.sh2
-rw-r--r--disk/format-sdb.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/disk/format-chosen.sh b/disk/format-chosen.sh
index 80bd0639..8233fe70 100644
--- a/disk/format-chosen.sh
+++ b/disk/format-chosen.sh
@@ -10,7 +10,7 @@ source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercont
# Check if root
root_check
-# Needs to be Ubuntu 18.04 and Multiverse
+# Needs to be Ubuntu 20.04 and Multiverse
check_distro_version
check_multiverse
diff --git a/disk/format-sdb.sh b/disk/format-sdb.sh
index 8aa78d07..148b8288 100644
--- a/disk/format-sdb.sh
+++ b/disk/format-sdb.sh
@@ -10,7 +10,7 @@ source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercont
# Check if root
root_check
-# Needs to be Ubuntu 18.04 and Multiverse
+# Needs to be Ubuntu 20.04 and Multiverse
check_distro_version
check_multiverse