fix
This commit is contained in:
parent
1107774485
commit
3a923abebc
2 changed files with 2 additions and 2 deletions
|
@ -354,11 +354,10 @@ if [ "$vollinstallation" != "n" ]
|
|||
then
|
||||
check
|
||||
if [ "$vollinstallation" != "debug" ]; then
|
||||
standartinstallation
|
||||
if [ "${version}" == "voll" ]; then
|
||||
/opt/${repo}/strap.sh
|
||||
pacman -Syu blackarch --needed --noconfirm --ignore filesystem,bash
|
||||
fi
|
||||
standartinstallation
|
||||
fi
|
||||
checkend
|
||||
fi
|
||||
|
|
|
@ -19,6 +19,7 @@ avidemux-cli
|
|||
base
|
||||
base-devel
|
||||
bash-completion
|
||||
blackarch
|
||||
blender
|
||||
bless
|
||||
blueman
|
||||
|
|
Loading…
Reference in a new issue