From 940b2cba84a372055252337767248dceb5b57f8d Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:24:16 -0400 Subject: [PATCH] DDNet: update signing key same reason as previous commit --- apps/DDNet/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/DDNet/install b/apps/DDNet/install index c54512f00e..2e6e84d18e 100755 --- a/apps/DDNet/install +++ b/apps/DDNet/install @@ -6,7 +6,7 @@ if ! package_is_new_enough rustc 1.60.0 ;then # Add repository source to apt sources.list # remove deprecated repofilename sudo rm -f /etc/apt/sources.list.d/rust-ubuntu.list - debian_ppa_installer "ubuntu-mozilla-security/rust-next" "bionic" "AF316E81A155146718A6FBD7A6DCF7707EBC211F" || exit 1 + debian_ppa_installer "ubuntu-mozilla-security/rust-next" "bionic" "0A00254B78D436D90078350E119903C81FE2CAC2" || exit 1 fi #Dependencies