1-get-initial-setup-working #2
							
								
								
									
										9
									
								
								setup.sh
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								setup.sh
									
									
									
									
									
								
							| @@ -1,10 +1,15 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  |  | ||||||
| declare this_script_remote_repo_raw_url zpool_name zfs_arch_dataset_name | declare this_script_url | ||||||
| this_script_remote_repo_raw_url='https://quico.space/...' | this_script_url="${SCRIPT_URL:?}" | ||||||
|  |  | ||||||
|  | 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 | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user