Commit 7f6947fd authored by Michael Shigorin's avatar Michael Shigorin

armh: cope with non-signed repository hashes

The '[alt]' signature reference in the stock package doesn't fit current reality as the hash files for Sisyphus/armh are *not* cryptographically signed. This commit should be reverted when these are.
parent e8a067b4
#!/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" ||:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment