diff options
| author | 2022-08-05 18:07:42 -0400 | |
|---|---|---|
| committer | 2022-08-05 18:07:42 -0400 | |
| commit | 7a4731e9b9836a494a00b5ccfda53aaa30da5f0f (patch) | |
| tree | cc549a0b7d324870f1467fc0515d21e5d49a65af | |
| parent | e0b06ff704a19dadee4e73887bd225a35e864ad5 (diff) | |
d/control: Suggest pacman-package-manager and update description.
| -rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c72c067..7f67d6f 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Package: arch-install-scripts Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} +Suggests: pacman-package-manager Description: scripts aimed at automating some menial tasks arch-install-scripts provides a small suite of scripts originally meant to automate some menial tasks during the installation of an Arch system. @@ -20,5 +21,6 @@ Description: scripts aimed at automating some menial tasks Debian-based system. . This package contains: - - genfstab: Automatically generate an fstab file - arch-chroot: Set up bind mounts and chroot into the target system. + - genfstab: Automatically generate an fstab file. + - pacstrap: Bootstrap Archlinux via pacman. |
