fix
This commit is contained in:
parent
a3431aecd2
commit
2a2da964dc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ then
|
|||
echo "Git is not installet"
|
||||
pacman -S git --needed --noconfirm
|
||||
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
|
||||
if [ "$sicherheitsabfrage" != "n" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue