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 then
check check
if [ "$vollinstallation" != "debug" ]; then if [ "$vollinstallation" != "debug" ]; then
standartinstallation
if [ "${version}" == "voll" ]; then if [ "${version}" == "voll" ]; then
/opt/${repo}/strap.sh /opt/${repo}/strap.sh
pacman -Syu blackarch --needed --noconfirm
fi fi
standartinstallation
fi fi
checkend checkend
fi fi