Files
apa/debian/armbian-common.postinst
2025-04-26 13:53:53 +08:00

5 lines
218 B
Bash

#!/bin/sh
# Disable the repository added via README.md instructions by renaming the file if present
mv -f /etc/apt/sources.list.d/armbian-apa.list /etc/apt/sources.list.d/armbian-apa.list.inactive 2>/dev/null || true