diff options
author | lassulus <lass@aidsballs.de> | 2015-10-30 18:22:56 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-10-30 18:22:56 +0100 |
commit | ce08a1c112acb69f42814036e99b292e912291d1 (patch) | |
tree | 973136cd05760ddb14eefa8b6d241394e69c37fc /krebs/4lib/infest | |
parent | 885c284dd51cb28441bf5ad8353639110b0db9d8 (diff) |
krebs 4 infest prepare.sh: update pacman database
Diffstat (limited to 'krebs/4lib/infest')
-rw-r--r-- | krebs/4lib/infest/prepare.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/4lib/infest/prepare.sh b/krebs/4lib/infest/prepare.sh index 8297ba1e6..182a068ef 100644 --- a/krebs/4lib/infest/prepare.sh +++ b/krebs/4lib/infest/prepare.sh @@ -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 |