From 68bd9abd4b2e68e9e71cf8a00bf65103d4c89795 Mon Sep 17 00:00:00 2001 From: inaki-gonzalo <35148505+inaki-gonzalo@users.noreply.github.com> Date: Sun, 5 Apr 2020 16:10:52 -0700 Subject: [PATCH] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5e3ebe3..d5f9c07 100644 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ set -eu # global package variable # packages_base holds the base packages for the system (you shouldn't change it) # packages_security will hold the packages from blackarch to be installed. -packages_base=('zsh' 'yaourt' 'zsh-completions' 'grml-zsh-config' 'vim') +packages_base=('zsh' 'zsh-completions' 'grml-zsh-config' 'vim') packages_security=('') # enable multilib repository @@ -58,7 +58,7 @@ set_radare_conf() { # upgrade system, install blackarch repo and base-devel pacman_update() { - pacman -Syu --needed --noconfirm + pacman -Syyu --needed --noconfirm pacman -S base base-devel --needed --noconfirm curl -s https://blackarch.org/strap.sh | \