mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Fixing echo.
This commit is contained in:
parent
ce3b0a6aa0
commit
279f6c2ff0
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ sed -i "\,^GRUB_CMDLINE_LINUX=\"\",s,\",&rd.luks.name=$UUID=cryptroot root=$BTRF
|
|||
arch-chroot /mnt /bin/bash -e <<EOF
|
||||
|
||||
# Setting up timezone.
|
||||
print "Setting up the timezone."
|
||||
echo "Setting up the timezone."
|
||||
ln -sf /usr/share/zoneinfo/$(curl -s http://ip-api.com/line?fields=timezone) /etc/localtime &>/dev/null
|
||||
|
||||
# Setting up clock.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue