fix(iso): Try running script (#1)
This commit is contained in:
parent
d78e537f61
commit
0829731294
9
setup.sh
9
setup.sh
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user