From 1b7fea7646c3250c4fd2c334d7082a350eb66a0c Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Sun, 12 May 2024 02:44:33 -0700 Subject: [PATCH] link to wiki --- public/migrate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/migrate.sh b/public/migrate.sh index c226f29..70426d9 100755 --- a/public/migrate.sh +++ b/public/migrate.sh @@ -84,7 +84,7 @@ elif [[ ${os_variant} = "budgie" ]]; then trace sudo dnf swap -y fedora-release-common ultramarine-release-flagship --allowerasing trace sudo dnf group install -y ultramarine-flagship-product-environment trace sudo dnf group remove -y budgie-desktop-environment -else +else # If the variant is unknown or doesn't have an equivalent in Ultramarine trace sudo dnf swap -y fedora-release-common ultramarine-release-common --allowerasing trace sudo dnf group install -y ultramarine-product-common fi @@ -106,5 +106,6 @@ fi echo echo "The migration logs can be found at ${LOG}. Come chat with us at https://discord.gg/5fdPuxTg5Q or https://matrix.to/#/#hub:fyralabs.com. +For addtional information, please see the Ultramarine Wiki, https://wiki.ultramarine-linux.org. Have fun, thank you for using Ultramarine Linux!"