fix(manifest): package supports bootpkg

This commit is contained in:
Strix 2023-10-14 22:39:49 +02:00
parent b434d086a1
commit 163362d954
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -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"
]