Update arch_install.sh

This commit is contained in:
gabeszm 2024-12-21 10:00:09 +00:00
parent b4982b5c41
commit cea5f1393d

View file

@ -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