mkimage-profiles/features.in/armh/rootfs/image-scripts.d/91-unsigned-repo

8 lines
185 B
Plaintext
Raw Normal View History

#!/bin/sh
# Sisyphus/armh is not being signed as of June, 2013
repo_source='/etc/apt/sources.list.d/alt.list'
[ -s "$repo_source" ] || exit 0
sed -i 's, \[alt\],,' "$repo_source" ||: