From db19270af97c815a3ef9933b49bc4c850babf1b2 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 17 Oct 2024 10:52:26 -0500 Subject: [PATCH] Added changes to address package name --- heimdall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heimdall.sh b/heimdall.sh index e6b85eb..a107928 100755 --- a/heimdall.sh +++ b/heimdall.sh @@ -207,7 +207,7 @@ if [ $type = "tar.gz" ]; then fi elif [ $type = "deb" ]; then echo "Uninstalling any existing old binary ..." - sudo dpkg -r heimdalld + sudo dpkg -r heimdall echo "Installing $package ..." sudo dpkg -i $package if [ ! -z "$profilePackage" ] && sudo [ ! -d /var/lib/heimdall/config ]; then