Skip to content
Snippets Groups Projects
Commit 57f3d7a8 authored by minute's avatar minute
Browse files

Merge branch 'reform-check-patch' into 'main'

bin/reform-check: Mention arch

See merge request reform/reform-tools!35
parents c5dfad5c 5210b122
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ fi
if [ "$(apt-get indextargets 'Created-By: Packages' 'Repo-URI: https://mntre.com/reform-debian-repo/' --format '$(RELEASE)')" != reform ]; then
echo "E: the reform repository is not known to apt" >&2
echo "E: add the following line to your /etc/apt/sources.list to fix this" >&2
echo "deb [trusted=yes] https://mntre.com/reform-debian-repo reform main" >&2
echo "deb [arch=arm64 trusted=yes] https://mntre.com/reform-debian-repo reform main" >&2
fi
if ! apt-cache policy linux-image-arm64 | grep --quiet mntre.com; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment