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 a798481e49 - Show all commits

View File

@ -7,9 +7,6 @@ declare zpool_name zfs_arch_dataset_name
zpool_name='zpool' zpool_name='zpool'
zfs_arch_dataset_name='archlinux' zfs_arch_dataset_name='archlinux'
echo "${this_script_url}"
exit 0
function set_ntp () { function set_ntp () {
timedatectl set-ntp true timedatectl set-ntp true
} }