Created
December 31, 2022 11:13
-
-
Save spaced/0ac95132cd45a855ea8a85f0342f6db9 to your computer and use it in GitHub Desktop.
zypper prefetch packages service on boot
This file contains 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
# | |
[Unit] | |
Description=Downloads artifacts for dist upgrade | |
Wants=network-online.target | |
After=network-online.target | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/zypper dup -y -d --auto-agree-with-licenses | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to install: