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