Last active
December 25, 2024 11:36
-
-
Save srlemke/044a34b497621e875cbc67c437360ac9 to your computer and use it in GitHub Desktop.
Opensuse change all repos from 15.4 to 15.5
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
cd /etc/zypp/repos.d/; sed -i -- 's/15.5/15.6/g' * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment