Skip to content

Instantly share code, notes, and snippets.

View slazarov's full-sized avatar

Stanislav Lazarov slazarov

View GitHub Profile
#!/bin/bash
# --- Configuration Variables ---
REPO_URL="http://download.opensuse.org/repositories/home:/alvistack/xUbuntu_24.04/"
REPO_NAME="home_alvistack" # A short, unique name for the repository
PACKAGE_NAME="podman"
PIN_PRIORITY=900 # A priority higher than default (500) and ESM (510) to prefer this repo
# --- Script Logic ---