diff options
author | Britney Fransen <brfransen@gmail.com> | 2020-05-29 20:29:08 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2020-05-29 20:29:08 (GMT) |
commit | 3100fef5b6dac8baf616dd21c87bf10fb43763e8 (patch) | |
tree | d909ac4823edb1968865efe1f7575ae82b00cbb9 /build_tools/bin/reset_pacman_chroot.sh | |
parent | 8753275b44a90a2686eaf7f6b01af1487095747c (diff) | |
download | linhes_dev-3100fef5b6dac8baf616dd21c87bf10fb43763e8.zip |
reset_pacman_chroot.sh: include pacman-config and asp
Diffstat (limited to 'build_tools/bin/reset_pacman_chroot.sh')
-rwxr-xr-x | build_tools/bin/reset_pacman_chroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/reset_pacman_chroot.sh b/build_tools/bin/reset_pacman_chroot.sh index 3e75922..cde1f69 100755 --- a/build_tools/bin/reset_pacman_chroot.sh +++ b/build_tools/bin/reset_pacman_chroot.sh @@ -16,4 +16,4 @@ removePkgs="$(comm -23 /tmp/allInstalled.reset /tmp/baseDepsSorted.reset)" pacman -R --noconfirm $removePkgs #echo "Adding back other packages..." -pacman -S --noconfirm base-devel openssh git python2 dosfstools rsync squashfs-tools libisoburn python2-gitpython parched unison arch-install-scripts lynx python2-ndg-httpsclient wget findbrokenpkgs tig +pacman -S --noconfirm base-devel pacman-contrib asp openssh git python2 dosfstools rsync squashfs-tools libisoburn python2-gitpython parched unison arch-install-scripts lynx python2-ndg-httpsclient wget findbrokenpkgs tig |