diff options
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-x | src/chroot-tools/librechroot | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index a10734b..d5b677c 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -200,7 +200,10 @@ main() { ;; # Dealing with packages - install-file) normshell chroot_install_pkgs "$copydir" "$@";; + install-file) + normshell chroot_install_pkgs "$copydir" "$@" + normshell chroot_add_to_local_repo "$copydir" "$@" + ;; install-name) archroot -r "$copydir" pacman -Sy "$@";; update) archroot -u "$copydir";; clean-pkgs) |