This commit is contained in:
simono41 2018-04-23 17:33:32 +02:00
parent a48d1ee0a7
commit 2e0b0343c0

View file

@ -354,10 +354,11 @@ if [ "$vollinstallation" != "n" ]
then
check
if [ "$vollinstallation" != "debug" ]; then
standartinstallation
if [ "${version}" == "voll" ]; then
/opt/${repo}/strap.sh
pacman -Syu blackarch --needed --noconfirm
fi
standartinstallation
fi
checkend
fi