fix(iso): Remove test exit (#1)

This commit is contained in:
hygienic-books 2023-02-20 00:36:52 +01:00
parent f1deb9de7c
commit a798481e49

View File

@ -7,9 +7,6 @@ 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
}