remove untrusted repo

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
Daniel Hansson 2022-12-16 14:16:25 +01:00 committed by GitHub
parent a1ad096ae7
commit ebb7026f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,8 @@ else
rm -f /etc/apt/trusted.gpg.d/webmin.gpg
rm -f /etc/apt/keyrings/jcameron-key.asc
sed -i '/webmin/d' /etc/apt/sources.list
apt-get clean all
apt-get update
# Show successful uninstall if applicable
removal_popup "$SCRIPT_NAME"
fi