krebs 4 infest prepare.sh: update pacman database

This commit is contained in:
lassulus 2015-10-30 18:22:56 +01:00
parent 885c284dd5
commit ce08a1c112

View File

@ -47,6 +47,7 @@ prepare() {(
)}
prepare_arch() {
pacman -Sy
type bzip2 2>/dev/null || pacman -S --noconfirm bzip2
type git 2>/dev/null || pacman -S --noconfirm git
type rsync 2>/dev/null || pacman -S --noconfirm rsync