mirror of
https://github.com/armbian/apa.git
synced 2026-01-06 12:31:05 -08:00
5 lines
218 B
Bash
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
|