1-get-initial-setup-working #2

Merged
hygienic-books merged 92 commits from 1-get-initial-setup-working into main 2023-03-05 03:02:48 +00:00
Showing only changes of commit 38ca0c9cd3 - Show all commits

View File

@ -11,6 +11,8 @@ zfs_arch_dataset_name='archlinux'
set -E set -E
trap '[ "$?" -ne 77 ] || exit 77' ERR trap '[ "$?" -ne 77 ] || exit 77' ERR
declare zpool_drive
function set_ntp () { function set_ntp () {
timedatectl set-ntp true timedatectl set-ntp true
} }