Overhaul install script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ce2413484c
commit
b2e45c8af1
26 changed files with 692 additions and 407 deletions
15
.install/ntp.sh
Normal file
15
.install/ntp.sh
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# ntp.sh
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin@kaderli.dev>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# Enables NTP
|
||||
|
||||
output::section "NTP"
|
||||
output::log "Enabling NTP"
|
||||
sudo timedatectl set-ntp true |& output::debug
|
||||
output::success "Successfully enabled NTP"
|
Loading…
Add table
Add a link
Reference in a new issue