7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# Disable caching packages for all repositories
|
||
|
sudo zypper modifyrepo --all --no-keep-packages
|