Skip to content

Commit

Permalink
Reverting heimdall.sh, another PR is now open
Browse files Browse the repository at this point in the history
  • Loading branch information
djpolygon committed Oct 17, 2024
1 parent 334abac commit 9a732d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heimdall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if [ $type = "tar.gz" ]; then
fi
elif [ $type = "deb" ]; then
echo "Uninstalling any existing old binary ..."
sudo dpkg -r heimdall
sudo dpkg -r heimdalld
echo "Installing $package ..."
sudo dpkg -i $package
if [ ! -z "$profilePackage" ] && sudo [ ! -d /var/lib/heimdall/config ]; then
Expand Down

0 comments on commit 9a732d8

Please sign in to comment.