This commit is contained in:
simono41 2018-03-14 19:42:45 +01:00
parent a3431aecd2
commit 2a2da964dc

View file

@ -43,7 +43,7 @@ then
echo "Git is not installet" echo "Git is not installet"
pacman -S git --needed --noconfirm pacman -S git --needed --noconfirm
fi fi
/root/${repo}/arch-graphical-install-auto "$1" "$2" "$3" /opt/${repo}/arch-graphical-install-auto "$1" "$2" "$3"
read -p "Aktualisierung erfolgreich Abgeschlossen. Wollen sie den PC NEUSTARTEN?: [Y/n] " sicherheitsabfrage read -p "Aktualisierung erfolgreich Abgeschlossen. Wollen sie den PC NEUSTARTEN?: [Y/n] " sicherheitsabfrage
if [ "$sicherheitsabfrage" != "n" ] if [ "$sicherheitsabfrage" != "n" ]
then then