diff --git a/setup.sh b/setup.sh index 6d09ec6..13affdc 100644 --- a/setup.sh +++ b/setup.sh @@ -7,6 +7,9 @@ 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 }