diff options
Diffstat (limited to 'build_tools')
-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 |