Update arch_install.sh

This commit is contained in:
gabeszm 2024-12-21 10:17:56 +00:00
parent a532bbee44
commit 34b1f552a1

View file

@ -157,7 +157,7 @@ if [ "$de_choice" == "1" ]; then
GNOME_URL="https://git.rp1.hu/gabeszm/Linux_scriptek/src/branch/main/gnome.sh" GNOME_URL="https://git.rp1.hu/gabeszm/Linux_scriptek/src/branch/main/gnome.sh"
# Letöltjük a szkriptet # Letöltjük a szkriptet
curl -Ls "$GNOME_URL -o" curl -Ls "$GNOME_URL -o gnome.sh"
# Ellenőrizzük, hogy sikerült-e letölteni # Ellenőrizzük, hogy sikerült-e letölteni
if [ -f "gnome.sh" ]; then if [ -f "gnome.sh" ]; then