Last active
December 5, 2021 05:45
-
-
Save b10n1k/0eba3b71034ea1aaecb6193dc9b90e90 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
export ZYPP_MEDIANETWORK=1 | |
export ZYPP_SINGLE_RPMTRANS=1 | |
zypper ref && zypper dup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment