mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-26 06:48:35 -06:00
Fix indentation for topgrade
This commit is contained in:
parent
dafbd27030
commit
52dff9be07
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ checksums_amd64=('c561de3c965e618b9af72ffcba9cecdaaf76027b0e88954fa8328267d433b6
|
||||||
checksums_aarch64=('b3ef6a99fdd4777f440402b2d708276b03f7ade80b61a0d73a7039b6896d62c7')
|
checksums_aarch64=('b3ef6a99fdd4777f440402b2d708276b03f7ade80b61a0d73a7039b6896d62c7')
|
||||||
checksums_armv7=('9702515aa7ea31d33f2c1b2a2d1f766adab8a6915f2ac499076528305a381c5d')
|
checksums_armv7=('9702515aa7ea31d33f2c1b2a2d1f766adab8a6915f2ac499076528305a381c5d')
|
||||||
package() {
|
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
|
echo '#!/bin/sh'$'\n\n''TOPGRADE_NO_SELF_UPGRADE=true /opt/topgrade/topgrade' > topgrade-sh
|
||||||
# install binary
|
# install binary
|
||||||
install -Dm755 ./topgrade "$pkgdir/opt/topgrade/topgrade"
|
install -Dm755 ./topgrade "$pkgdir/opt/topgrade/topgrade"
|
||||||
|
|
Loading…
Reference in a new issue