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

View File

@ -1,10 +1,15 @@
#!/bin/bash
declare this_script_remote_repo_raw_url zpool_name zfs_arch_dataset_name
this_script_remote_repo_raw_url='https://quico.space/...'
declare this_script_url
this_script_url="${SCRIPT_URL:?}"
declare zpool_name zfs_arch_dataset_name
zpool_name='zpool'
zfs_arch_dataset_name='archlinux'
echo "${this_script_url}"
exit 0
function set_ntp () {
timedatectl set-ntp true
}