armbian-setup/variables.conf.template

25 lines
561 B
Plaintext
Raw Normal View History

2023-07-02 12:02:18 +02:00
#!/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'
2023-07-08 15:13:06 +02:00
#use_case='printscan-server'
#use_case='nas-server'
2023-07-02 12:02:18 +02:00
# Choose one of the following SBC:
#sbc='pine64'
#sbc='orangepizero'
#sbc='odroidhc2'