Last active
August 20, 2025 17:10
-
-
Save flrichar/f94cf1f0db738bde4b00a618be80c8b2 to your computer and use it in GitHub Desktop.
Revisions
-
flrichar revised this gist
Aug 20, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,5 +7,5 @@ zypper ar -f http://download.opensuse.org/repositories/Kernel:/HEAD/standard/ ke zypper ref zypper dist-upgrade --allow-vendor-change --from kernel-repo # zypper dup ``` -
flrichar created this gist
Aug 20, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ ### Mainline Testing Kernel ``` transactional-update shell zypper ar -f http://download.opensuse.org/repositories/Kernel:/HEAD/standard/ kernel-repo zypper ref zypper dist-upgrade --allow-vendor-change --from kernel-repo zypper dup ```