From 4044a8e55e7d09689ebced34e0e519bf3579c0c8 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sat, 30 Mar 2024 02:58:34 -0400 Subject: [PATCH] fix: apt update, so sources.list make work --- chroot-commands.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chroot-commands.sh b/chroot-commands.sh index f509246..b6f4bbe 100755 --- a/chroot-commands.sh +++ b/chroot-commands.sh @@ -1,3 +1,5 @@ +apt-get update + ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime hwclock --systohc