Update arch_install.sh
This commit is contained in:
parent
b4982b5c41
commit
cea5f1393d
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ if [ "$de_choice" == "1" ]; then
|
||||||
curl -O "$GNOME_URL"
|
curl -O "$GNOME_URL"
|
||||||
|
|
||||||
# Ellenőrizzük, hogy sikerült-e letölteni
|
# Ellenőrizzük, hogy sikerült-e letölteni
|
||||||
if [ -f "gnome_install.sh" ]; then
|
if [ -f "gnome.sh" ]; then
|
||||||
echo "A GNOME telepítő szkript sikeresen letöltve. Futtatás..."
|
echo "A GNOME telepítő szkript sikeresen letöltve. Futtatás..."
|
||||||
|
|
||||||
# A szkript futtatása
|
# A szkript futtatása
|
||||||
|
|
Loading…
Reference in a new issue