From ef5f3268c6d8f152a56dbe38b751db4021f26efc Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 9 Oct 2024 13:27:11 -0500 Subject: [PATCH] Updating to reflect changes after testing --- heimdall.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/heimdall.sh b/heimdall.sh index 2d1f41b..a7a3609 100755 --- a/heimdall.sh +++ b/heimdall.sh @@ -96,18 +96,18 @@ case "$(uname -s).$(uname -m)" in if command -v dpkg &> /dev/null; then type="deb" if [[ $version > "0.3" ]]; then - binary="heimdalld-v${tag}-amd64.deb" - profile="heimdalld-${profileInfo}-all.deb" + binary="heimdall-v${tag}-amd64.deb" + profile="heimdall-${profileInfo}-all.deb" else - binary="heimdalld_v${tag}_linux_amd64.deb" + binary="heimdall_v${tag}_linux_amd64.deb" fi elif command -v rpm &> /dev/null; then type="rpm" if [[ $version > "0.3" ]]; then - binary="heimdalld-v${tag}.x86_64.rpm" - profile="heimdalld-${profileInfo}.noarch.rpm" + binary="heimdall-v${tag}.x86_64.rpm" + profile="heimdall-${profileInfo}.noarch.rpm" else - binary="heimdalld_v${tag}_linux_amd64.rpm" + binary="heimdall_v${tag}_linux_amd64.rpm" fi elif command -v apk &> /dev/null; then if [[ $version > "0.3" ]]; then @@ -127,25 +127,25 @@ case "$(uname -s).$(uname -m)" in if command -v dpkg &> /dev/null; then type="deb" if [[ $version > "0.3" ]]; then - binary="heimdalld-v${tag}-arm64.deb" - profile="heimdalld-${profileInfo}-all.deb" + binary="heimdall-v${tag}-arm64.deb" + profile="heimdall-${profileInfo}-all.deb" else - binary="heimdalld_v${tag}_linux_arm64.deb" + binary="heimdall_v${tag}_linux_arm64.deb" fi elif command -v rpm &> /dev/null; then type="rpm" if [[ $version > "0.3" ]]; then - binary="heimdalld-v${tag}.aarch64.rpm" - profile="heimdalld-${profileInfo}.noarch.rpm" + binary="heimdall-v${tag}.aarch64.rpm" + profile="heimdall-${profileInfo}.noarch.rpm" else - binary="heimdalld_v${tag}_linux_arm64.rpm" + binary="heimdall_v${tag}_linux_arm64.rpm" fi elif command -v apk &> /dev/null; then if [[ $version > "0.3" ]]; then oops "sorry, there is no binary distribution for your platform" fi type="apk" - binary="heimdalld_v${tag}_linux_arm64.apk" + binary="heimdall_v${tag}_linux_arm64.apk" else if [[ $version > "0.3" ]]; then oops "sorry, there is no binary distribution for your platform"