Created
May 22, 2026 17:51
-
-
Save mdPlusPlus/6fdc879966311ce7c304dd6f39e91bd3 to your computer and use it in GitHub Desktop.
MX Linux pre
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 0100-set-apt-mirror.sh | |
| sudo sed -i \ | |
| -e 's/^URIs:.*\/repo\//URIs: https:\/\/mxrepo\.com\/mx\/repo\//g' \ | |
| -e 's/^URIs:.*\/testrepo\//URIs: https:\/\/mxrepo\.com\/mx\/testrepo\//g' \ | |
| '/etc/apt/sources.list.d/mx.sources' | |
| # 0200-https-debian-sources.sh | |
| sudo sed -i 's/URIs: http:/URIs: https:/g' /etc/apt/sources.list.d/debian.sources |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment