mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 01:31:32 +01:00
fix
This commit is contained in:
@@ -479,8 +479,6 @@ function installconf {
|
||||
test -n "$NEW_TIMEZONE" && cp -fp /mnt/usr/share/zoneinfo/"$NEW_TIMEZONE" /mnt/etc/localtime
|
||||
execl chroot hwclock --systohc --utc
|
||||
execl chroot systemctl enable ntpd
|
||||
echo "$(T "Syncing hour to internet in background")";
|
||||
execl chroot (ntpd -qg && && hwclock -w) &> /dev/null
|
||||
|
||||
# User and desktop skel
|
||||
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/skel.tar.xz -O- | tar xJf - -C /mnt/
|
||||
|
||||
Reference in New Issue
Block a user