Skip to content

Commit

Permalink
Add orphan install command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jan 29, 2018
1 parent 8fb6c7e commit ee98339
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# aurto
A simple Arch Linux aur tool for managing a local 'aurto' repository with [aurutils](https://github.com/AladW/aurutils).

- Simple `aurto add`, `aurto remove` management of local ***aurto*** repo package.
- Simple `aurto add`, `aurto remove` management of local ***aurto*** repo packages.
- Automatic hourly checks & updates aur packages in the ***aurto*** repo.
- Automatic daily checks & updates `*-git` packages in the ***aurto*** repo.
- Uses systemd-nspawn containers to build packages.
- Uses _makechrootpkg_ to build packages.

# Install
From a plain Arch install, first install **aurutils** from the aur (skip if already installed).
Expand Down Expand Up @@ -42,6 +42,11 @@ Check recent auto-update logs.
journalctl -u update-aurto --since '12 hours ago' -e
```

Rebuild all orphans packages into the ***aurto*** repo
```sh
aurto add $(pacman -Qqm)
```

# Limitations & Security
aurto automatically builds and regularly re-builds updated remote code from the aur.
Code is _built_ in a container, but presumably will eventually be installed to your system.
Expand Down

0 comments on commit ee98339

Please sign in to comment.