Change default Mint mirror URL to HTTP

This commit is contained in:
LINUXexpert.org
2026-01-23 13:48:30 -07:00
committed by GitHub
parent d1ffa2b104
commit e6de9c108d
+2 -2
View File
@@ -118,7 +118,7 @@ Options:
--i-accept-the-risk (required for convert) --i-accept-the-risk (required for convert)
--edition cinnamon|mate|xfce (default: cinnamon) --edition cinnamon|mate|xfce (default: cinnamon)
--target zena|zara|xia|wilma|virginia|victoria|vera|vanessa --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) --keep-ppas (do not disable 3rd-party repos; higher conflict risk)
--allow-unhold (temporarily unhold packages during convert; risky) --allow-unhold (temporarily unhold packages during convert; risky)
--preserve-snap (default: yes) --preserve-snap (default: yes)
@@ -148,7 +148,7 @@ fi
EDITION="cinnamon" EDITION="cinnamon"
TARGET_MINT="" TARGET_MINT=""
MINT_MIRROR="https://packages.linuxmint.com" MINT_MIRROR="http://packages.linuxmint.com"
KEEP_PPAS="no" KEEP_PPAS="no"
ALLOW_UNHOLD="no" ALLOW_UNHOLD="no"
PRESERVE_SNAP="yes" PRESERVE_SNAP="yes"