#!/bin/bash

set -e

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