From 52dff9be07a905b5ce098d570f36c439f6baba2d Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 2 Feb 2023 22:10:54 -0600 Subject: [PATCH] Fix indentation for topgrade --- topgrade/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topgrade/lure.sh b/topgrade/lure.sh index f9e07c7..5a27bce 100644 --- a/topgrade/lure.sh +++ b/topgrade/lure.sh @@ -15,7 +15,7 @@ checksums_amd64=('c561de3c965e618b9af72ffcba9cecdaaf76027b0e88954fa8328267d433b6 checksums_aarch64=('b3ef6a99fdd4777f440402b2d708276b03f7ade80b61a0d73a7039b6896d62c7') checksums_armv7=('9702515aa7ea31d33f2c1b2a2d1f766adab8a6915f2ac499076528305a381c5d') package() { -# disable self-update as it won't work + # disable self-update as it won't work echo '#!/bin/sh'$'\n\n''TOPGRADE_NO_SELF_UPGRADE=true /opt/topgrade/topgrade' > topgrade-sh # install binary install -Dm755 ./topgrade "$pkgdir/opt/topgrade/topgrade"