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
8
install
8
install
|
@ -114,6 +114,7 @@ SYSTEMD_SERVICES=(
|
|||
"NetworkManager"
|
||||
"org.cups.cupsd"
|
||||
"suspend"
|
||||
"systemd-timesyncd"
|
||||
"xboxdrv"
|
||||
)
|
||||
|
||||
|
@ -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