Skip to content

Commit

Permalink
Follow rename of grml-debian-keyring to grml-keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Jan 20, 2025
1 parent b07c68a commit 394b232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chroot-script
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ EOF
fi

apt-get update -o Acquire::AllowInsecureRepositories=1
apt-get -y --allow-unauthenticated install grml-debian-keyring
apt-get -y --allow-unauthenticated install grml-keyring
apt-get update

if [ "$(dpkg-query -f "\${db:Status-Status} \${db:Status-Eflag}" -W grml-debian-keyring 2>/dev/null)" != 'installed ok' ]; then
echo "Error: installation of grml-debian-keyring failed." >&2
if [ "$(dpkg-query -f "\${db:Status-Status} \${db:Status-Eflag}" -W grml-keyring 2>/dev/null)" != 'installed ok' ]; then
echo "Error: installation of grml-keyring failed." >&2
exit 1
fi
}
Expand Down

0 comments on commit 394b232

Please sign in to comment.