From 85c9e8108165c093cdd15e0b4f84f268f2ac7819 Mon Sep 17 00:00:00 2001 From: Amy Date: Sat, 13 Nov 2021 19:48:27 +0100 Subject: [PATCH] ln-sf -> ln -sf at line 270 --- citrine.internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 63e8e88..fab92b9 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -267,7 +267,7 @@ done #TZ="/usr/share/zoneinfo/$loc1/$loc2" #cd / -arch-chroot /mnt ln-sf $TZ /etc/localtime +arch-chroot /mnt ln -sf $TZ /etc/localtime inf "Set TZ to ${TZ}" inf "Syncing hardware offset" arch-chroot /mnt hwclock --systohc