mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-24 06:05:44 -05:00
4 lines
158 B
Bash
Executable file
4 lines
158 B
Bash
Executable file
#!/bin/bash
|
|
PACMAN_CHROOT="${PACMAN_CHROOT:-/chroot/copy}"
|
|
|
|
exec pacman --root "$PACMAN_CHROOT" --arch aarch64 --config "$PACMAN_CHROOT"/etc/pacman.conf "$@"
|