feat: added command functionality to install
All checks were successful
/ check (push) Successful in 39s
All checks were successful
/ check (push) Successful in 39s
This commit is contained in:
parent
1a95046b87
commit
d9d4728dd6
20 changed files with 464 additions and 76 deletions
|
@ -11,6 +11,9 @@ To find the latest we'll use the `latest` symlink:
|
|||
install_start = "2021-01-01T00:00:00Z" # install_start is the time the pkgr started installing the package
|
||||
install_end = "2021-01-01T00:00:00Z" # install_end is the time the pkgr finished installing the package
|
||||
install_by = "pkgr" # install_by is the name of the package manager that installed the package
|
||||
package_identifier = "uri"
|
||||
package_id = "https://..."
|
||||
|
||||
|
||||
[old_versions] # This logs old versions of the package (that were installed before)
|
||||
9 = "../9/pkgr.pkg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue