#!/bin/bash

set -eu
set -o pipefail

# Disable caching packages for all repositories
sudo zypper modifyrepo --all --no-keep-packages
