Skip to content

Commit

Permalink
Update lvm-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yuceltoluyag authored Aug 17, 2024
1 parent e590a1b commit 9052f3a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lvm-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,16 @@ else
fi
swapon /dev/vg/swap

# Aynaları güncelleme ve sistem kurma (Almanya için)
reflector --country Germany --age 24 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
# Reflector kontrolü ve kurulumu
if ! command -v reflector &> /dev/null; then
echo "Reflector yüklü değil. Yükleniyor..."
pacman -S --noconfirm reflector
fi

# Reflector ile en hızlı mirrorları bulma ve kaydetme
reflector --verbose --country 'Germany' -l 5 --sort rate --save /etc/pacman.d/mirrorlist

# Sistemi kurma (Almanya için)
pacstrap -K /mnt base base-devel linux-zen linux-zen-firmware intel-ucode cryptsetup lvm2 vim git iwd sbctl

# fstab oluşturma
Expand Down

0 comments on commit 9052f3a

Please sign in to comment.