fix(manifest): package supports bootpkg
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
f7438b9c35
commit
7476567beb
1 changed files with 2 additions and 4 deletions
|
@ -58,12 +58,10 @@ base = "latest,stable" # selected by default
|
||||||
[pkgr.bootstrap]
|
[pkgr.bootstrap]
|
||||||
## any non-zero = installed
|
## any non-zero = installed
|
||||||
check_installed_commands = [
|
check_installed_commands = [
|
||||||
"sh scripts/check_installed"
|
"file /usr/bin/pkgr"
|
||||||
]
|
]
|
||||||
|
|
||||||
# any non-zero = fail
|
# any non-zero = fail
|
||||||
commands = [
|
commands = [
|
||||||
"sh scripts/bootstrap/download_latest @version /tmp/pkgr.pkg",
|
"cp root/usr/bin/pkgr /usr/bin/pkgr"
|
||||||
"sh scripts/bootstrap/dirty_install /tmp/pkgr.pkg",
|
|
||||||
"sh scripts/check_installed"
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue