mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 10:41: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
|
test -n "$NEW_TIMEZONE" && cp -fp /mnt/usr/share/zoneinfo/"$NEW_TIMEZONE" /mnt/etc/localtime
|
||||||
execl chroot hwclock --systohc --utc
|
execl chroot hwclock --systohc --utc
|
||||||
execl chroot systemctl enable ntpd
|
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
|
# User and desktop skel
|
||||||
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/skel.tar.xz -O- | tar xJf - -C /mnt/
|
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