fix
This commit is contained in:
parent
a48d1ee0a7
commit
2e0b0343c0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue