General installation should work
This commit is contained in:
24
variables.conf.template
Normal file
24
variables.conf.template
Normal file
@ -0,0 +1,24 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copy this file as variables.conf, with the correct values
|
||||
|
||||
fqdn=''
|
||||
keymap='fr'
|
||||
timezone='Europe/Paris'
|
||||
#deb_apt_default_repo='deb.debian.org'
|
||||
#deb_apt_repo='ftp.fr.debian.org'
|
||||
user='alex'
|
||||
sync_directory_path="/home/$user/.sync"
|
||||
remote_pubkey_location='https://keys.kto.black'
|
||||
remote_pubkey='home.pub'
|
||||
|
||||
# Choose one of the following use cases:
|
||||
#use_case='upnp-renderer'
|
||||
#use_case='ssh-bounce-server'
|
||||
#use-case='printscan-server'
|
||||
#use-case='nas-server'
|
||||
|
||||
# Choose one of the following SBC:
|
||||
#sbc='pine64'
|
||||
#sbc='orangepizero'
|
||||
#sbc='odroidhc2'
|
Reference in New Issue
Block a user