From e6de9c108d2932db8b28ebd963af4884d9b887f8 Mon Sep 17 00:00:00 2001 From: "LINUXexpert.org" <51408202+LINUXexpert-org@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:48:30 -0700 Subject: [PATCH] Change default Mint mirror URL to HTTP --- ubuntu-to-mint-convert-v3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu-to-mint-convert-v3.sh b/ubuntu-to-mint-convert-v3.sh index 4b6c3ec..3e03e65 100644 --- a/ubuntu-to-mint-convert-v3.sh +++ b/ubuntu-to-mint-convert-v3.sh @@ -118,7 +118,7 @@ Options: --i-accept-the-risk (required for convert) --edition cinnamon|mate|xfce (default: cinnamon) --target zena|zara|xia|wilma|virginia|victoria|vera|vanessa - --mint-mirror URL (default: https://packages.linuxmint.com) + --mint-mirror URL (default: http://packages.linuxmint.com) --keep-ppas (do not disable 3rd-party repos; higher conflict risk) --allow-unhold (temporarily unhold packages during convert; risky) --preserve-snap (default: yes) @@ -148,7 +148,7 @@ fi EDITION="cinnamon" TARGET_MINT="" -MINT_MIRROR="https://packages.linuxmint.com" +MINT_MIRROR="http://packages.linuxmint.com" KEEP_PPAS="no" ALLOW_UNHOLD="no" PRESERVE_SNAP="yes"