Enable ntp in install script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
cd3ac0b745
commit
6aed067d4c
1 changed files with 9 additions and 1 deletions
10
install
10
install
|
@ -114,6 +114,7 @@ SYSTEMD_SERVICES=(
|
|||
"NetworkManager"
|
||||
"org.cups.cupsd"
|
||||
"suspend"
|
||||
"systemd-timesyncd"
|
||||
"xboxdrv"
|
||||
)
|
||||
|
||||
|
@ -357,7 +358,7 @@ sudo udevadm control --reload-rules
|
|||
|
||||
|
||||
###############################################################################
|
||||
# Copying root files #
|
||||
# Copying root files #
|
||||
###############################################################################
|
||||
print_section "Copying root files"
|
||||
for file in "${!COPY_ROOT_FILES[@]}"; do
|
||||
|
@ -366,6 +367,13 @@ for file in "${!COPY_ROOT_FILES[@]}"; do
|
|||
done
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Enable ntp #
|
||||
###############################################################################
|
||||
print_section "Enabling ntp"
|
||||
timedatectl set-ntp true
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Setting lockscreen image #
|
||||
###############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue