Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build.sh #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 | \
Expand Down